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 ucyo
Recipients ucyo
Date 2018-09-26.11:43:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537962215.0.0.545547206417.issue34808@psf.upfronthosting.co.za>
In-reply-to
Content
bytes('sdf', 'UTF8')[0] != bytes('sdf', 'UTF8')[0:1]  # FALSE
'sdf'[0] != 'sdf'[0:1]  # TRUE

Is this a feature or bug. I would have expected the same behaviour.
History
Date User Action Args
2018-09-26 11:43:35ucyosetrecipients: + ucyo
2018-09-26 11:43:35ucyosetmessageid: <1537962215.0.0.545547206417.issue34808@psf.upfronthosting.co.za>
2018-09-26 11:43:34ucyolinkissue34808 messages
2018-09-26 11:43:34ucyocreate