Update of /cvsroot/python/python/dist/src/Lib/xml/sax In directory usw-pr-cvs1:/tmp/cvs-serv9548 Modified Files: saxutils.py Log Message: Minor simplification. Index: saxutils.py =================================================================== RCS file: /cvsroot/python/python/dist/src/Lib/xml/sax/saxutils.py,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** saxutils.py 28 Oct 2002 17:46:59 -0000 1.19 --- saxutils.py 28 Oct 2002 18:09:41 -0000 1.20 *************** *** 47,52 **** data = __dict_replace(data, entities) # must do ampersand last ! data = data.replace("&", "&") ! return data def quoteattr(data, entities={}): --- 47,51 ---- data = __dict_replace(data, entities) # must do ampersand last ! return data.replace("&", "&") def quoteattr(data, entities={}):
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4