This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Typo in struct unpacking example
Type: Stage: resolved
Components: Documentation Versions: 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-16 22:36 by sandro.tosi, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
struct_unpack_record.patch sandro.tosi, 2011-05-16 22:36
Messages (3)
msg136129 - (view) Author: Sandro Tosi (sandro.tosi) * (Python committer) Date: 2011-05-16 22:36
following up http://mail.python.org/pipermail/docs/2011-April/004154.html and what was done in 1de718a31004, here's a tiny patch to correct that typo in 2.7 too.
msg136136 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-05-17 02:18
New changeset 874309ce6e62 by Ezio Melotti in branch '2.7':
#12093: fix typo in struct doc. Patch by Sandro Tosi.
http://hg.python.org/cpython/rev/874309ce6e62
msg136137 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2011-05-17 02:19
Fixed, thanks for the patch!
History
Date User Action Args
2022-04-11 14:57:17adminsetgithub: 56302
2011-05-17 02:19:54ezio.melottisetstatus: open -> closed

assignee: docs@python -> ezio.melotti

nosy: + ezio.melotti
messages: + msg136137
resolution: fixed
stage: patch review -> resolved
2011-05-17 02:18:42python-devsetnosy: + python-dev
messages: + msg136136
2011-05-16 22:36:11sandro.tosicreate