[Python-checkins] r43214 - peps/trunk/pep-3000.txt

neal.norwitz python-checkins at python.org
Wed Mar 22 06:24:32 CET 2006


Author: neal.norwitz
Date: Wed Mar 22 06:24:31 2006
New Revision: 43214

Modified:
   peps/trunk/pep-3000.txt
Log:
Add Outstanding Issues section

Modified: peps/trunk/pep-3000.txt
==============================================================================
--- peps/trunk/pep-3000.txt	(original)
+++ peps/trunk/pep-3000.txt	Wed Mar 22 06:24:31 2006
@@ -193,6 +193,14 @@
   (Probably also just remove the thread module as a public API,
   in favor of always using threading.py.)
 
+Outstanding Issues
+==================
+
+* Require C99, so we can use // comments, named initializers, declare variables
+  without introducing a new scope, among other benefits.
+
+* Remove support for old systems, including: OS2, BeOS, RISCOS, (SGI) Irix, Tru64
+
 References
 ==========
 


More information about the Python-checkins mailing list