summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-03-10 22:36:57 (GMT)
committerGuido van Rossum <guido@python.org>2000-03-10 22:36:57 (GMT)
commit34a79115c5d5be53581f49ced5a5a17171cabb7d (patch)
tree7a851429c335c7bac81a04013498c39b73e005a0 /Tools/scripts/README
parentfd9eed33aae55e57c84c654493c470e4ad78bc82 (diff)
downloadcpython-34a79115c5d5be53581f49ced5a5a17171cabb7d.zip
cpython-34a79115c5d5be53581f49ced5a5a17171cabb7d.tar.gz
cpython-34a79115c5d5be53581f49ced5a5a17171cabb7d.tar.bz2
Marc-Andre Lemburg: added
gencodec.py - Create Python codecs from Unicode mapping files
Diffstat (limited to 'Tools/scripts/README')
-rw-r--r--Tools/scripts/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README
index db270b8..a86646b 100644
--- a/Tools/scripts/README
+++ b/Tools/scripts/README
@@ -18,6 +18,7 @@ fixheader.py Add some cpp magic to a C include file
fixnotice.py Fix the copyright notice in source files
fixps.py Fix Python scripts' first line (if #!)
ftpmirror.py FTP mirror script
+gencodec.py Create Python codecs from Unicode mapping files
h2py.py Translate #define's into Python assignments
ifdef.py Remove #if(n)def groups from C sources
lfcr.py Change LF line endings to CRLF (Unix to Windows)