Showing content from http://svn.python.org/projects/python/branches/release20-maint/Lib/test/test_xmllib.py below:
'''Test module to thest the xmllib module. Sjoerd Mullender ''' from test_support import verbose testdoc = """\ ]> Hello, world! """ import xmllib if verbose: parser = xmllib.TestXMLParser() else: parser = xmllib.XMLParser() for c in testdoc: parser.feed(c) parser.close()
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