[Python-checkins] r47231 - peps/trunk/pep-0356.txt
neal.norwitz
python-checkins at python.org
Tue Jul 4 23:57:09 CEST 2006
Author: neal.norwitz
Date: Tue Jul 4 23:57:09 2006
New Revision: 47231
Modified:
peps/trunk/pep-0356.txt
Log:
Remove duplicate and closed bugs. Sort order and add some details.
Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt (original)
+++ peps/trunk/pep-0356.txt Tue Jul 4 23:57:09 2006
@@ -147,18 +147,14 @@
Open issues
- Bugs that need resolving before release:
- http://python.org/sf/1513646
- http://python.org/sf/1513223
- http://python.org/sf/1512814
- http://python.org/sf/1512695
- http://python.org/sf/1504046
- http://python.org/sf/1501934
- http://python.org/sf/1333982
- http://python.org/sf/1513646
- http://python.org/sf/1508010
- http://python.org/sf/1475523
- http://python.org/sf/1494314
- http://python.org/sf/1515471
+ http://python.org/sf/1515471 - stringobject (char buffers)
+ http://python.org/sf/1512814 - AST incorrect lineno
+ http://python.org/sf/1508010 - msvccompiler using VC6
+ http://python.org/sf/1504046 - doc for ElementTree
+ http://python.org/sf/1501934 - AST incorrect LOAD/STORE_GLOBAL
+ http://python.org/sf/1494314 - can't use high sockets (regr in 2.4.3)
+ http://python.org/sf/1475523 - gettext.py bug
+ http://python.org/sf/1333982 - AST
- Should relative imports from __main__ work when feasible?
Bug report: http://python.org/sf/1510172
More information about the Python-checkins
mailing list