[Python-3000] str/unicode tests: pyexpat.c and read(n)

Fred L. Drake, Jr. fdrake at acm.org
Sat Jul 21 06:25:10 CEST 2007


On Saturday 21 July 2007, Joe Gregorio wrote:
 > Should xml.parsers.expat.XMLParser.ParseFile(file) operate on
 > both text and binary streams?

No.  XML is a serialization of a markup language containing Unicode character 
into an encoded stream.


  -Fred

-- 
Fred L. Drake, Jr.   <fdrake at acm.org>


More information about the Python-3000 mailing list