[Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv esis2sgml.py,1.13,1.14
Fred L. Drake
fdrake@users.sourceforge.net
2001年3月23日 08:38:14 -0800
Update of /cvsroot/python/python/dist/src/Doc/tools/sgmlconv
In directory usw-pr-cvs1:/tmp/cvs-serv25685
Modified Files:
esis2sgml.py
Log Message:
Pick the "escape" function from the standard library instead of from PyXML.
Index: esis2sgml.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/sgmlconv/esis2sgml.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** esis2sgml.py 1999年08月26日 17:50:26 1.13
--- esis2sgml.py 2001年03月23日 16:38:12 1.14
***************
*** 18,22 ****
import string
! from xml.utils import escape
--- 18,22 ----
import string
! from xml.sax.saxutils import escape