Add some things I'd like to see done for 2.6, plus the outstanding issues that are being carried over from 2.5
This commit is contained in:
parent
93abd72170
commit
eda4f20e85
17
pep-0361.txt
17
pep-0361.txt
|
@ -85,6 +85,14 @@ Possible features for 2.6
|
|||
http://python.org/sf/1505257
|
||||
(Owner: MAL)
|
||||
|
||||
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
|
||||
|
||||
|
@ -93,7 +101,14 @@ Deferred until 2.7
|
|||
|
||||
Open issues
|
||||
|
||||
None
|
||||
How should import warnings be handled?
|
||||
http://mail.python.org/pipermail/python-dev/2006-June/066345.html
|
||||
http://python.org/sf/1515609
|
||||
http://python.org/sf/1515361
|
||||
|
||||
How should -m work with packages?
|
||||
How should -m work with relative imports?
|
||||
http://mail.python.org/pipermail/python-dev/2006-June/066161.html
|
||||
|
||||
|
||||
Copyright
|
||||
|
|
Loading…
Reference in New Issue