]> granicus.if.org Git - python/commitdiff
Added tabnanny.py, by Tim Peters, formerly from Tools/scripts, to the
authorGuido van Rossum <guido@python.org>
Wed, 23 Feb 2000 15:32:19 +0000 (15:32 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 23 Feb 2000 15:32:19 +0000 (15:32 +0000)
standard library.  Added some comments:

# XXX Note: this is now a standard library module.
# XXX The API needs to undergo changes however; the current code is too
# XXX script-like.  This will be addressed later.

Lib/tabnanny.py
Tools/idle/tabnanny.py

index c5adfb50085b10c712091c90262e846fd0da9910..8d3eab56d03fd199a75abb66e0064bd9022afb01 100755 (executable)
@@ -4,6 +4,10 @@
 
 # Released to the public domain, by Tim Peters, 15 April 1998.
 
+# XXX Note: this is now a standard library module.
+# XXX The API needs to undergo changes however; the current code is too
+# XXX script-like.  This will be addressed later.
+
 __version__ = "6"
 
 import os
index c5adfb50085b10c712091c90262e846fd0da9910..8d3eab56d03fd199a75abb66e0064bd9022afb01 100755 (executable)
@@ -4,6 +4,10 @@
 
 # Released to the public domain, by Tim Peters, 15 April 1998.
 
+# XXX Note: this is now a standard library module.
+# XXX The API needs to undergo changes however; the current code is too
+# XXX script-like.  This will be addressed later.
+
 __version__ = "6"
 
 import os