]> granicus.if.org Git - python/commit
SF patch# 1759016 by Joe Gregorio, who writes:
authorGuido van Rossum <guido@python.org>
Mon, 23 Jul 2007 17:42:32 +0000 (17:42 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 23 Jul 2007 17:42:32 +0000 (17:42 +0000)
commit4ca947183154a7cfc7a6ccbb2e5c856a16a5dce3
tree2d0aa37ade9702ac5af2725414d6ab24b0125171
parent9e473c28e4eb65e86fc11a5717cc6e7e1febd898
SF patch# 1759016 by Joe Gregorio, who writes:
1. Removed "returns_unicode" attribute, associated code
   in the module to support that attribute, and all tests
   associated with it.
2. Parsed data is now returned as unicode strings.
3. Changed input tests to use io.BytesIO instead
   of StringIO, to reflect the byte processing
   nature of expat.
Doc/lib/libpyexpat.tex
Lib/test/test_pyexpat.py
Modules/pyexpat.c