Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
noc
noc
Merge requests
!2265
2to3: `next` fix
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Merged
Dmitry Volodin
requested to merge
noc-2to3-next
into
master
Jul 01, 2019
Overview
0
Commits
1
Pipelines
1
Changes
3
В py2 можно было использовать
iter.next()
В py3
next(iter)