This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-08-03 08:34:29 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6
bb64e511c8
cpython
/
Grammar
History
Download ZIP
Download TAR.GZ
Thomas Wouters
bb64e511c8
Fix SF bug
#1466641
: multiple adjacent 'if's in listcomps and genexps, as in
...
[x for x in it if x if x], were broken for no good reason by the PEP 308 patch.
2006-04-12 00:06:34 +00:00
..
Grammar
Fix SF bug
#1466641
: multiple adjacent 'if's in listcomps and genexps, as in
2006-04-12 00:06:34 +00:00