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 larry
Recipients georg.brandl, larry
Date 2014-01-27.11:53:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390823591.54.0.904712473888.issue20408@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation for the memoryview constructor says it takes memoryview(obj).  Oddly, memoryview accepts keyword arguments (for its one required value), and the name of the argument is "object", not "obj".
History
Date User Action Args
2014-01-27 11:53:11larrysetrecipients: + larry, georg.brandl
2014-01-27 11:53:11larrysetmessageid: <1390823591.54.0.904712473888.issue20408@psf.upfronthosting.co.za>
2014-01-27 11:53:11larrylinkissue20408 messages
2014-01-27 11:53:11larrycreate