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 skrah
Recipients Arfrever, belopolsky, christian.heimes, georg.brandl, loewis, mark.dickinson, meador.inge, ncoghlan, pitrou, scoder, skrah, vstinner
Date 2012-08-30.11:35:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346326532.07.0.160514387659.issue15814@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a doc patch restricting the hash to formats 'B', 'b' and 'c'.
I think non-contiguous views are fine: both __eq__() and tobytes()
handle these, so the equality-hash invariant is preserved.
History
Date User Action Args
2012-08-30 11:35:32skrahsetrecipients: + skrah, loewis, georg.brandl, mark.dickinson, ncoghlan, belopolsky, pitrou, scoder, vstinner, christian.heimes, Arfrever, meador.inge
2012-08-30 11:35:32skrahsetmessageid: <1346326532.07.0.160514387659.issue15814@psf.upfronthosting.co.za>
2012-08-30 11:35:31skrahlinkissue15814 messages
2012-08-30 11:35:31skrahcreate