[issue8223] memoryview is not documented in the Python library doc

2010-03-24 Thread Florent Xicluna
Changes by Florent Xicluna : -- superseder: -> Improve Memoryview/Buffer documentation ___ Python tracker ___ ___ Python-bugs-list mai

[issue8223] memoryview is not documented in the Python library doc

2010-03-24 Thread Florent Xicluna
Florent Xicluna added the comment: Duplicate of #7696. -- nosy: +flox resolution: -> duplicate status: open -> closed type: -> behavior ___ Python tracker ___ _

[issue8223] memoryview is not documented in the Python library doc

2010-03-24 Thread STINNER Victor
New submission from STINNER Victor : memoryview() is not documented in the Python Library documentation, only in the C API ("buffer" chapiter) :-/ http://docs.python.org/c-api/buffer.html See also #8215. -- assignee: georg.brandl components: Documentation messages: 101643 nosy: georg.b