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 pitrou
Recipients pakal, pitrou, ysj.ray
Date 2010-05-21.11:02:45
SpamBayes Score 1.0384472e-06
Marked as misclassified No
Message-id <1274439766.9.0.480800628887.issue8765@psf.upfronthosting.co.za>
In-reply-to
Content
test_fileio and test_io both use "from __future__ import unicode_literals", which means classical string literals construct unicode strings rather than byte strings.
So, yes, Pascal is right, this should be corrected (both the tests, and the implementation so that it refuses unicode arguments).
History
Date User Action Args
2010-05-21 11:02:46pitrousetrecipients: + pitrou, pakal, ysj.ray
2010-05-21 11:02:46pitrousetmessageid: <1274439766.9.0.480800628887.issue8765@psf.upfronthosting.co.za>
2010-05-21 11:02:45pitroulinkissue8765 messages
2010-05-21 11:02:45pitroucreate