diff options
author | Guido van Rossum <guido@python.org> | 1991-12-26 12:59:17 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1991-12-26 12:59:17 (GMT) |
commit | 9f7a956ffa0844e617d7adfe9afaf73d261c0fe9 (patch) | |
tree | 3c015fef86829405ceaa1a67a4e745d23bff4f2d /Demo/scripts | |
parent | 2c4d7e742cdcc67c4eda4069686fb2976ff30657 (diff) | |
download | cpython-9f7a956ffa0844e617d7adfe9afaf73d261c0fe9.zip cpython-9f7a956ffa0844e617d7adfe9afaf73d261c0fe9.tar.gz cpython-9f7a956ffa0844e617d7adfe9afaf73d261c0fe9.tar.bz2 |
Added classfix.
Diffstat (limited to 'Demo/scripts')
-rw-r--r-- | Demo/scripts/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Demo/scripts/README b/Demo/scripts/README index 9cd4ca3..3110cba 100644 --- a/Demo/scripts/README +++ b/Demo/scripts/README @@ -2,6 +2,7 @@ Contents of this directory: byteyears.py Print product of a file's size and age checkpyc.py Check presence and validity of ".pyc" files +classfix.py Convert old class syntax to new copytime.py Copy one file's atime and mtime to another eptags.py Create Emacs TAGS file for Python modules fact.py Factorize numbers |