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 martin.panter
Recipients Marios Kourtesis, SilentGhost, martin.panter
Date 2015-11-13.23:32:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447457545.86.0.308040437309.issue25620@psf.upfronthosting.co.za>
In-reply-to
Content
More up-to-date information about the differences might be <https://docs.python.org/3/howto/pyporting.html#text-versus-binary-data>. If you want code that works in both versions, I find it simpler to use slicing: c[1:2] == b'b'.
History
Date User Action Args
2015-11-13 23:32:25martin.pantersetrecipients: + martin.panter, SilentGhost, Marios Kourtesis
2015-11-13 23:32:25martin.pantersetmessageid: <1447457545.86.0.308040437309.issue25620@psf.upfronthosting.co.za>
2015-11-13 23:32:25martin.panterlinkissue25620 messages
2015-11-13 23:32:25martin.pantercreate