core compiles OK with g++, Modules will have to wait until 2.6

This commit is contained in:
Anthony Baxter 2006-07-11 16:47:02 +00:00
parent 6484eeeeea
commit bb61290dd5
1 changed files with 4 additions and 3 deletions

View File

@ -107,6 +107,7 @@ Completed features for 2.5
- Upgrade pyexpat to use expat 2.0.
- Python core now compiles cleanly with g++
Possible features for 2.5
@ -126,9 +127,6 @@ Possible features for 2.5
- 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 @@ Deferred until 2.6:
- Remove the fpectl module?
- Make everything in Modules/ build cleanly with g++
Open issues