[Python-checkins] CVS: python/dist/src/Tools/scripts gencodec.py,1.2,1.3
Fred L. Drake
python-dev@python.org
2000年3月17日 11:56:26 -0500 (EST)
Update of /projects/cvsroot/python/dist/src/Tools/scripts
In directory weyr:/home/fdrake/projects/python/Tools/scripts
Modified Files:
gencodec.py
Log Message:
Of course, I forget how to type long ago...
Typo noted by /F.
Index: gencodec.py
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Tools/scripts/gencodec.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** gencodec.py 2000年03月17日 15:43:37 1.2
--- gencodec.py 2000年03月17日 16:56:23 1.3
***************
*** 13,17 ****
lowercase with hyphens replaced by underscores.
! The tool also writes marhsalled versions of the mapping tables to the
same location (with .mapping extension).
--- 13,17 ----
lowercase with hyphens replaced by underscores.
! The tool also writes marshalled versions of the mapping tables to the
same location (with .mapping extension).