Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dc68833

Browse files
committed
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.
1 parent 89af077 commit dc68833

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Lib/tabnanny.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
# Released to the public domain, by Tim Peters, 15 April 1998.
66

7+
# XXX Note: this is now a standard library module.
8+
# XXX The API needs to undergo changes however; the current code is too
9+
# XXX script-like. This will be addressed later.
10+
711
__version__ = "6"
812

913
import os

Tools/idle/tabnanny.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
# Released to the public domain, by Tim Peters, 15 April 1998.
66

7+
# XXX Note: this is now a standard library module.
8+
# XXX The API needs to undergo changes however; the current code is too
9+
# XXX script-like. This will be addressed later.
10+
711
__version__ = "6"
812

913
import os

0 commit comments

Comments
 (0)