Add some carry overs from 2.5 (add dashes in front of all items).

This commit is contained in:
Neal Norwitz 2006-07-06 06:14:29 +00:00
parent eda4f20e85
commit a218af0b7f
1 changed files with 11 additions and 4 deletions

View File

@ -85,13 +85,20 @@ Possible features for 2.6
http://python.org/sf/1505257 http://python.org/sf/1505257
(Owner: MAL) (Owner: MAL)
Start removing deprecated features and generally moving towards Py3k - Check the various bits of code in Demo/ and Tools/ all still work,
update or remove the ones that don't.
Replace all old style tests (operate on import) with unittest or docttest - All modules in Modules/ should be updated to be ssize_t clean.
All tests for all untested modules - All of Python (including Modules/) should compile cleanly with g++
Document undocumented modules/features - Start removing deprecated features and generally moving towards Py3k
- Replace all old style tests (operate on import) with unittest or docttest
- All tests for all untested modules
- Document undocumented modules/features
Deferred until 2.7 Deferred until 2.7