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

neal.norwitz python-checkins at python.org
Sun Feb 25 22:56:39 CET 2007


Author: neal.norwitz
Date: Sun Feb 25 22:56:38 2007
New Revision: 53917

Modified:
   peps/trunk/pep-0361.txt
Log:
Another 3k warning

Modified: peps/trunk/pep-0361.txt
==============================================================================
--- peps/trunk/pep-0361.txt	(original)
+++ peps/trunk/pep-0361.txt	Sun Feb 25 22:56:38 2007
@@ -110,6 +110,7 @@
       * input()
       * apply()
       * xreadlines
+      * function attributes that start with func_* (should use __*__)
 
     - with/as will be keywords
 


More information about the Python-checkins mailing list