summaryrefslogtreecommitdiff
path: root/Lib/tabnanny.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-02-23 15:32:19 +0000
committerGuido van Rossum <guido@python.org>2000-02-23 15:32:19 +0000
commit5f7694c0edec9f0692f9502a26e7f533e21aa44c (patch)
tree4a747b038e97b15b0f125157faf47ce9654af9bd /Lib/tabnanny.py
parent3c55e35c52ee9e858351a494c0b113cfdbd2b94d (diff)
downloadcpython-5f7694c0edec9f0692f9502a26e7f533e21aa44c.tar.gz
Added tabnanny.py, by Tim Peters, formerly from Tools/scripts, to the
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.
Diffstat (limited to 'Lib/tabnanny.py')
-rwxr-xr-xLib/tabnanny.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/tabnanny.py b/Lib/tabnanny.py
index c5adfb5008..8d3eab56d0 100755
--- a/Lib/tabnanny.py
+++ b/Lib/tabnanny.py
@@ -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