[New-bugs-announce] [issue20408] memoryview() constructor documentation error

Larry Hastings report at bugs.python.org
Mon Jan 27 12:53:11 CET 2014


New submission from Larry Hastings:

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".

----------
messages: 209436
nosy: georg.brandl, larry
priority: low
severity: normal
stage: needs patch
status: open
title: memoryview() constructor documentation error
type: behavior
versions: Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20408>
_______________________________________


More information about the New-bugs-announce mailing list