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 BreamoreBoy
Recipients Alexander.Belopolsky, Arfrever, BreamoreBoy, Dag.Sverre.Seljebotn, belopolsky, christian.heimes, georg.brandl, loewis, mark.dickinson, meador.inge, ncoghlan, pitrou, python-dev, skrah, vstinner
Date 2012-10-17.20:16:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350504981.34.0.052673308278.issue15814@psf.upfronthosting.co.za>
In-reply-to
Content
The 3.3.0 docs now state "Note Hashing of memoryviews with formats other than ‘B’, ‘b’ or ‘c’ as well as hashing of multi-dimensional memoryviews is possible in version 3.3.0, but will raise an error in 3.3.1 in order to be compatible with the new memoryview equality definition."  I assume 3.3.1 should read 3.4, or have I missed something?
History
Date User Action Args
2012-10-17 20:16:21BreamoreBoysetrecipients: + BreamoreBoy, loewis, georg.brandl, mark.dickinson, ncoghlan, belopolsky, pitrou, vstinner, christian.heimes, Arfrever, skrah, meador.inge, Alexander.Belopolsky, python-dev, Dag.Sverre.Seljebotn
2012-10-17 20:16:21BreamoreBoysetmessageid: <1350504981.34.0.052673308278.issue15814@psf.upfronthosting.co.za>
2012-10-17 20:16:21BreamoreBoylinkissue15814 messages
2012-10-17 20:16:21BreamoreBoycreate