[Python-checkins] r53918 - peps/trunk/pep-0361.txt

neal.norwitz python-checkins at python.org
Sun Feb 25 22:58:14 CET 2007


Author: neal.norwitz
Date: Sun Feb 25 22:58:13 2007
New Revision: 53918

Modified:
   peps/trunk/pep-0361.txt
Log:
Some more 2.6 things to do

Modified: peps/trunk/pep-0361.txt
==============================================================================
--- peps/trunk/pep-0361.txt	(original)
+++ peps/trunk/pep-0361.txt	Sun Feb 25 22:58:13 2007
@@ -94,6 +94,7 @@
           http://mail.python.org/pipermail/python-dev/2006-April/064145.html
 
     - warnings module implemented in C
+      * Convert Parser/*.c to use warnings module rather than printf
 
     - Add warnings for Py3k features removed:
       * backticks and <>
@@ -111,6 +112,7 @@
       * apply()
       * xreadlines
       * function attributes that start with func_* (should use __*__)
+      * softspace removal for print() function
 
     - with/as will be keywords
 


More information about the Python-checkins mailing list