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 berker.peksag
Recipients berker.peksag, twouters, ztane
Date 2016-04-15.10:37:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460716625.18.0.102124878111.issue26358@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think we can change this in 3.5 since it would break backward compatibility.

> Similarly the `in` operator seems to be broken; one could search for space using `32 in bytesobj`, which would work for slices but not for the whole mmap object.

Seems a reasonable request to me. Could you please open a separate issue?
History
Date User Action Args
2016-04-15 10:37:05berker.peksagsetrecipients: + berker.peksag, twouters, ztane
2016-04-15 10:37:05berker.peksagsetmessageid: <1460716625.18.0.102124878111.issue26358@psf.upfronthosting.co.za>
2016-04-15 10:37:05berker.peksaglinkissue26358 messages
2016-04-15 10:37:04berker.peksagcreate