Add some carry overs from 2.5 (add dashes in front of all items).
This commit is contained in:
parent
eda4f20e85
commit
a218af0b7f
15
pep-0361.txt
15
pep-0361.txt
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue