[Python-checkins] r45557 - peps/trunk/pep-0356.txt
neal.norwitz
python-checkins at python.org
Wed Apr 19 06:12:57 CEST 2006
Author: neal.norwitz
Date: Wed Apr 19 06:12:56 2006
New Revision: 45557
Modified:
peps/trunk/pep-0356.txt
Log:
These bugs (multiple ifs in comprehensions and PyRun_* API changes) have been fixed.
Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt (original)
+++ peps/trunk/pep-0356.txt Wed Apr 19 06:12:56 2006
@@ -153,9 +153,6 @@
Open issues
- - 1465834: bdist_wininst preinstall scripts broken by lack of
- PyRun_SimpleString (and others?) as symbols instead of macros.
-
- AST compiler problems
(Owner: Jeremy Hylton)
* eval(str(-sys.maxint - 1)) should produce an int, not long.
@@ -172,11 +169,6 @@
(Owner: Jeremy Hylton)
http://python.org/sf/1191458
- - list/generator comprehensions don't support multiple if stmts
- (a grammar issue introduced by the PEP 308 patch)
- (Owner: Thomas Wouters)
- http://python.org/sf/1466641
-
- xmlplus/xmlcore situation wrt ElementTree needs resolution
(Owners: Fred Drake/Martin von Loewis/Fredrik Lundh)
http://mail.python.org/pipermail/python-dev/2005-December/058752.html
More information about the Python-checkins
mailing list