[Python-checkins] CVS: python/dist/src/Doc/tools undoc_symbols.py,1.1,1.2
Thomas Heller
theller@users.sourceforge.net
2001年11月09日 09:04:45 -0800
Update of /cvsroot/python/python/dist/src/Doc/tools
In directory usw-pr-cvs1:/tmp/cvs-serv31839
Modified Files:
undoc_symbols.py
Log Message:
Remove my name, probably bad style.
Index: undoc_symbols.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/undoc_symbols.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** undoc_symbols.py 2001年11月09日 16:50:35 1.1
--- undoc_symbols.py 2001年11月09日 17:04:43 1.2
***************
*** 1,4 ****
- # Thomas Heller, 11/2001
-
"""This script prints out a list of undocumented symbols found in
Python include files, prefixed by their tag kind.
--- 1,2 ----