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 belopolsky, skrah
Date 2012-09-03.16:53:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346691234.25.0.656178020735.issue15857@psf.upfronthosting.co.za>
In-reply-to
Content
It's deliberately not implemented (and documented): Since memoryview is a 
complete rewrite, I tried go easy on new features in order to facilitate
review.

My plan was to implement struct packing/unpacking in 3.3.1 in the same
manner as in the new equality function.


The struct error you see is tracked in #3132.
History
Date User Action Args
2012-09-03 16:53:54skrahsetrecipients: + skrah, belopolsky
2012-09-03 16:53:54skrahsetmessageid: <1346691234.25.0.656178020735.issue15857@psf.upfronthosting.co.za>
2012-09-03 16:53:53skrahlinkissue15857 messages
2012-09-03 16:53:53skrahcreate