Mayank Singhal <17mayanksing...@gmail.com> added the comment:
Hey, if nobody is working on this can I go for it?
--
nosy: +storymode7
___
Python tracker
<https://bugs.python.org/i
Change by Mayank Singhal <17mayanksing...@gmail.com>:
--
pull_requests: +7176
___
Python tracker
<https://bugs.python.org/issue31215>
___
___
Python-bugs-
Change by Mayank Singhal <17mayanksing...@gmail.com>:
--
keywords: +patch
pull_requests: +6972
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.or
Mayank Singhal <17mayanksing...@gmail.com> added the comment:
Hey, I'll take this up.
--
nosy: +storymode7
___
Python tracker
<https://bugs.python.
New submission from Mayank Singhal <17mayanksing...@gmail.com>:
The suggestion given when a for and print with the syntax for python 2.x are
used together seems erroneous.
Steps to reproduce:
Just type following in the python interpreter (3.x):
for p in some_list: print p
The