Marc-Andre Lemburg: added
gencodec.py - Create Python codecs from Unicode mapping files
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 @@
 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)