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 socketpair
Recipients paul.moore, socketpair
Date 2016-03-07.10:50:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457347805.48.0.496510629231.issue26501@psf.upfronthosting.co.za>
In-reply-to
Content
$ python3.5
Python 3.5.0+ (default, Oct 11 2015, 09:05:38) 
[GCC 5.2.1 20151010] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> u'a\nb£'.encode('utf-8').splitlines()
[b'a', b'b\xc2\xa3']
History
Date User Action Args
2016-03-07 10:50:05socketpairsetrecipients: + socketpair, paul.moore
2016-03-07 10:50:05socketpairsetmessageid: <1457347805.48.0.496510629231.issue26501@psf.upfronthosting.co.za>
2016-03-07 10:50:05socketpairlinkissue26501 messages
2016-03-07 10:50:05socketpaircreate