Author: neal.norwitz Date: Thu Jul 6 06:33:23 2006 New Revision: 47252 Modified: peps/trunk/pep-0361.txt Log: Add some things I'd like to see done for 2.6, plus the outstanding issues that are being carried over from 2.5 Modified: peps/trunk/pep-0361.txt ============================================================================== --- peps/trunk/pep-0361.txt (original) +++ peps/trunk/pep-0361.txt Thu Jul 6 06:33:23 2006 @@ -85,6 +85,14 @@ 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 @@ 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