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 loewis, ncoghlan, skrah
Date 2012-08-11.08:04:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344672244.05.0.944554110367.issue15622@psf.upfronthosting.co.za>
In-reply-to
Content
You have rejected the PEP-3118 'u' and 'w' specifiers here:

http://mail.python.org/pipermail/python-dev/2012-March/117390.html


Otherwise, memoryview follows the existing struct module syntax:

http://docs.python.org/dev/library/struct.html#format-characters



I hope it did not escape you that _testbuffer.c *uses* the struct
module to verify the correctness of memoryview.
History
Date User Action Args
2012-08-11 08:04:04skrahsetrecipients: + skrah, loewis, ncoghlan
2012-08-11 08:04:04skrahsetmessageid: <1344672244.05.0.944554110367.issue15622@psf.upfronthosting.co.za>
2012-08-11 08:04:03skrahlinkissue15622 messages
2012-08-11 08:04:03skrahcreate