This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients christian.heimes, terry.reedy
Date 2013-08-31.02:00:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377914406.51.0.264085830013.issue18889@psf.upfronthosting.co.za>
In-reply-to
Content
On #12037, David suggests instead the equivalent of this:

with open(TEST_XMLFILE_OUT) as f:
    xml_test_out = f.read().encode('ascii')
History
Date User Action Args
2013-08-31 02:00:06terry.reedysetrecipients: + terry.reedy, christian.heimes
2013-08-31 02:00:06terry.reedysetmessageid: <1377914406.51.0.264085830013.issue18889@psf.upfronthosting.co.za>
2013-08-31 02:00:06terry.reedylinkissue18889 messages
2013-08-31 02:00:06terry.reedycreate