[issue20408] memoryview() constructor documentation error

Stefan Krah report at bugs.python.org
Sun Mar 1 20:13:55 CET 2015


Stefan Krah added the comment:

I agree that "obj" would be nicer.  On the other hand we explicitly
test for "object" in the tests, help(memoryview) says "object" and pypy
accepts "object".

Also, I think there may be other instances in the tree where reserved
names are used for parameters.

----------
nosy: +skrah

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


More information about the Python-bugs-list mailing list