[Python-checkins] r56227 - sandbox/trunk/2to3/HACKING

collin.winter python-checkins at python.org
Tue Jul 10 09:33:58 CEST 2007


Author: collin.winter
Date: Tue Jul 10 09:33:57 2007
New Revision: 56227

Modified:
   sandbox/trunk/2to3/HACKING
Log:
Add the examples/ directory to HACKING, minor style changes.

Modified: sandbox/trunk/2to3/HACKING
==============================================================================
--- sandbox/trunk/2to3/HACKING	(original)
+++ sandbox/trunk/2to3/HACKING	Tue Jul 10 09:33:57 2007
@@ -13,7 +13,6 @@
       just see what the parser does.
 
 
-
 Putting 2to3 to work somewhere else:
 
     * By default, 2to3 uses a merger of Python 2.x and Python 3's grammars.
@@ -28,6 +27,8 @@
         could leverage 90% of the existing infrastructure with primarily
         cosmetic changes (e.g., fixes/fix_*.py -> styles/style_*.py).
 
+    * The examples/ directory contains fixers that show off 2to3's flexibility,
+        such as a fixer for whitespace.
 
 
 TODO
@@ -35,7 +36,7 @@
     Simple:
     #######
     
-    * Refactor common code out of fixes/fix_*.py into fixes.util (ongoing).
+    * Refactor common code out of fixes/fix_*.py into fixes.util (on-going).
 
 
     Complex:


More information about the Python-checkins mailing list