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, loewis, ncoghlan, pitrou, skrah
Date 2012-08-11.10:07:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20120811100657.GA30299@sleipnir.bytereef.org>
In-reply-to <1344677523.45.0.175496438254.issue15622@psf.upfronthosting.co.za>
Content
Martin v. L??wis <report@bugs.python.org> wrote:
> That the struct module hasn't been updated to support the PEP 3118 is
> already reported as issue 3132, please don't confuse the issues.
> This issue is about memoryview.

No, it isn't. It was always planned to use struct to do the unpacking for
memoryview, see msg71338.

On a meta note, I'd appreciate if you were less liberal with words like
"confusing", especially if you are just beginning to work on an issue
that other people have already spent a lot of time on.
History
Date User Action Args
2012-08-11 10:07:13skrahsetrecipients: + skrah, loewis, ncoghlan, pitrou, Arfrever
2012-08-11 10:07:10skrahlinkissue15622 messages
2012-08-11 10:07:04skrahcreate