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 serhiy.storchaka
Recipients Simmo Saan, ezio.melotti, mrabarnett, serhiy.storchaka
Date 2016-04-30.15:23:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462029819.67.0.59183028942.issue26895@psf.upfronthosting.co.za>
In-reply-to
Content
There is no bug.

The pattern b'a' matches bytes that starts with byte 97 (ord(b'a')), but b'\x00abc' starts with byte 0.
History
Date User Action Args
2016-04-30 15:23:39serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, mrabarnett, Simmo Saan
2016-04-30 15:23:39serhiy.storchakasetmessageid: <1462029819.67.0.59183028942.issue26895@psf.upfronthosting.co.za>
2016-04-30 15:23:39serhiy.storchakalinkissue26895 messages
2016-04-30 15:23:39serhiy.storchakacreate