]> granicus.if.org Git - python/commit
Issue #17915: Fix interoperability of xml.sax with file objects returned by
authorGeorg Brandl <georg@python.org>
Sun, 12 May 2013 09:41:12 +0000 (11:41 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 12 May 2013 09:41:12 +0000 (11:41 +0200)
commitc502df4e3e00ec2481f1f0a80af37c9d822787b3
tree71315fc75d9fa55815137fcbf93fd408bdec89ce
parent93b061bc3e1c9285ec1ce6405b85d3a1e072833f
Issue #17915: Fix interoperability of xml.sax with file objects returned by
codecs.open().
Lib/test/test_sax.py
Lib/xml/sax/saxutils.py
Misc/NEWS