[Python-checkins] r50577 - peps/trunk/pep-0356.txt
anthony.baxter
python-checkins at python.org
Tue Jul 11 18:47:03 CEST 2006
Author: anthony.baxter
Date: Tue Jul 11 18:47:02 2006
New Revision: 50577
Modified:
peps/trunk/pep-0356.txt
Log:
core compiles OK with g++, Modules will have to wait until 2.6
Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt (original)
+++ peps/trunk/pep-0356.txt Tue Jul 11 18:47:02 2006
@@ -107,6 +107,7 @@
- Upgrade pyexpat to use expat 2.0.
+ - Python core now compiles cleanly with g++
Possible features for 2.5
@@ -126,9 +127,6 @@
- All modules in Modules/ should be updated to be ssize_t clean.
(Owner: Neal)
- - Python core should compile cleanly with g++
- (Owner: Anthony)
-
Deferred until 2.6:
@@ -142,6 +140,9 @@
- Remove the fpectl module?
+ - Make everything in Modules/ build cleanly with g++
+
+
Open issues
More information about the Python-checkins
mailing list