[Python-checkins] r54506 - sandbox/trunk/2to3/README

collin.winter python-checkins at python.org
Wed Mar 21 22:56:47 CET 2007


Author: collin.winter
Date: Wed Mar 21 22:56:47 2007
New Revision: 54506

Modified:
   sandbox/trunk/2to3/README
Log:
Add fix_numliterals to the README.

Modified: sandbox/trunk/2to3/README
==============================================================================
--- sandbox/trunk/2to3/README	(original)
+++ sandbox/trunk/2to3/README	Wed Mar 21 22:56:47 2007
@@ -54,6 +54,8 @@
 
 * **fix_nonzero** - convert __nonzero__() methods to __bool__() methods.
 
+* **fix_numliterals** - tweak certain numeric literals to be 3.0-compliant.
+
 * **fix_print** - convert "print" statements to print() function calls.
 
 * **fix_raise** - convert "raise" statements to Python 3 syntax (PEP 3109).


More information about the Python-checkins mailing list