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 ncoghlan
Recipients Arfrever, georg.brandl, mark.dickinson, meador.inge, ncoghlan, pitrou, python-dev, skrah, vstinner
Date 2012-08-06.14:02:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344261739.03.0.975355618742.issue13072@psf.upfronthosting.co.za>
In-reply-to
Content
I think Victor's patch is a good solution to killing the 'u' and 'w' exports in 3.4, but we need to restore some tolerance for unknown format codes to memoryview in 3.3 regardless.
History
Date User Action Args
2012-08-06 14:02:19ncoghlansetrecipients: + ncoghlan, georg.brandl, mark.dickinson, pitrou, vstinner, Arfrever, skrah, meador.inge, python-dev
2012-08-06 14:02:19ncoghlansetmessageid: <1344261739.03.0.975355618742.issue13072@psf.upfronthosting.co.za>
2012-08-06 14:02:18ncoghlanlinkissue13072 messages
2012-08-06 14:02:18ncoghlancreate