Issue 12072: Missing parenthesis in c-api/buffer PyBuffer_FillContiguousStrides (original) (raw)

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

classification

Title: Missing parenthesis in c-api/buffer PyBuffer_FillContiguousStrides
Type: Stage: resolved
Components: Documentation Versions: Python 3.1, Python 3.2, Python 3.3, Python 2.7

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: docs@python, ezio.melotti, python-dev, sandro.tosi
Priority: normal Keywords: patch

Created on 2011-05-13 18:11 by sandro.tosi, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
capi_buffer_PyBuffer_FillContiguousStrides-py27.patch sandro.tosi,2011-05-13 18:11
Messages (3)
msg135938 - (view) Author: Sandro Tosi (sandro.tosi) * (Python committer) Date: 2011-05-13 18:11
Following up with http://mail.python.org/pipermail/docs/2011-April/004159.html here's a tiny patch to add a missing parenthesis.
msg136365 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-05-20 12:07
New changeset 6a546bf5252f by Ezio Melotti in branch '2.7': #12072: add missing parenthesis in the doc. Patch by Sandro Tosi. http://hg.python.org/cpython/rev/6a546bf5252f New changeset 68134a384c73 by Ezio Melotti in branch '3.1': #12072: add missing parenthesis in the doc. Patch by Sandro Tosi. http://hg.python.org/cpython/rev/68134a384c73 New changeset 68dd623f77f4 by Ezio Melotti in branch '3.2': #12072: merge with 3.1. http://hg.python.org/cpython/rev/68dd623f77f4 New changeset d6f899ae4ca0 by Ezio Melotti in branch 'default': #12072: merge with 3.2. http://hg.python.org/cpython/rev/d6f899ae4ca0
msg136366 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2011-05-20 12:07
Fixed, thanks for the patch!
History
Date User Action Args
2022-04-11 14:57:17 admin set github: 56281
2011-05-20 12:07:53 ezio.melotti set status: open -> closedassignee: docs@python -> ezio.melottinosy: + ezio.melottimessages: + resolution: fixedstage: patch review -> resolved
2011-05-20 12:07:13 python-dev set nosy: + python-devmessages: +
2011-05-13 18:11:47 sandro.tosi create