Issue 2619: Document PEP 3118 (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/46871

classification

Title: Document PEP 3118
Type: behavior Stage:
Components: Documentation Versions: Python 3.0

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: benjamin.peterson, georg.brandl, pitrou
Priority: normal Keywords:

Created on 2008-04-11 20:46 by benjamin.peterson, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (7)
msg65370 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-04-11 20:46
memoryview documentation is currently nonexistent.
msg67272 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-05-23 22:55
Upon further inspection, it seems none of the new buffer protocol is documented. (The old functions are still present in the 3.0 docs.)
msg71457 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2008-08-19 18:23
As a reminder, I want to mention that PEP 3118 itself needs to be updated (see #3560).
msg71737 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2008-08-22 09:53
Should this be a release blocker?
msg72928 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-09-09 22:16
I documented the memoryview object in r66357. If you're really nice to me, maybe I'll do the C-API, too. :)
msg73290 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-09-16 02:28
The bulk of the C-API is in r66476. Somebody definitely needs to review it; I mostly extracted it directly from the PEP, and I understand that's a little different from reality here. I'll lower priority, and we can close it after some looks at my changes. Thanks!
msg75006 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-10-20 21:15
I'm just going to close this.
History
Date User Action Args
2022-04-11 14:56:33 admin set github: 46871
2008-10-20 21:15:08 benjamin.peterson set status: open -> closedresolution: fixedmessages: +
2008-09-16 02:28:01 benjamin.peterson set priority: deferred blocker -> normalmessages: +
2008-09-09 22:16:15 benjamin.peterson set priority: critical -> deferred blockermessages: +
2008-08-22 09:53:07 pitrou set type: enhancement -> behaviormessages: +
2008-08-19 18:23:40 pitrou set nosy: + pitroumessages: +
2008-05-23 22:55:44 benjamin.peterson set messages: + title: Document memoryview -> Document PEP 3118
2008-04-11 20:46:57 benjamin.peterson create