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 r.david.murray
Recipients Alexander.Kruppa, barry, python-dev, r.david.murray, serhiy.storchaka
Date 2013-09-10.20:11:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378843865.1.0.581711916775.issue16564@psf.upfronthosting.co.za>
In-reply-to
Content
That's a different bug, and is probably due to the fact that \x0b is considered a line-ending character by the 'splitlines' method.

Could you please open a new issue for this?  It could be that this can't be fixed in Python3 until support for the 'binary' CTE is added.
History
Date User Action Args
2013-09-10 20:11:05r.david.murraysetrecipients: + r.david.murray, barry, python-dev, serhiy.storchaka, Alexander.Kruppa
2013-09-10 20:11:05r.david.murraysetmessageid: <1378843865.1.0.581711916775.issue16564@psf.upfronthosting.co.za>
2013-09-10 20:11:05r.david.murraylinkissue16564 messages
2013-09-10 20:11:04r.david.murraycreate