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 jcon, kristjan.jonsson, mark.dickinson, ncoghlan, paul.moore, petri.lehtinen, pitrou, pv, rupole, skrah, teoliphant, vstinner
Date 2012-01-29.02:24:35
SpamBayes Score 0.00034683448
Marked as misclassified No
Message-id <1327803876.78.0.146738607935.issue10181@psf.upfronthosting.co.za>
In-reply-to
Content
Also, +1 to replacing _testbuffer with .cast() to demonstrate the multi-dimensional support. Without an actual multi-dimensional array object in the standard library, demonstrating those aspects is always going to be a little tricky. However, it's worth doing so that the likes of NumPy and PIL don't need to explain those interactions.
History
Date User Action Args
2012-01-29 02:24:37ncoghlansetrecipients: + ncoghlan, teoliphant, paul.moore, mark.dickinson, rupole, pitrou, kristjan.jonsson, vstinner, pv, skrah, jcon, petri.lehtinen
2012-01-29 02:24:36ncoghlansetmessageid: <1327803876.78.0.146738607935.issue10181@psf.upfronthosting.co.za>
2012-01-29 02:24:36ncoghlanlinkissue10181 messages
2012-01-29 02:24:35ncoghlancreate