Issue 12093: Typo in struct unpacking example (original) (raw)
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/56302
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) * ![]() |
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) ![]() |
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) * ![]() |
Date: 2011-05-17 02:19 |
Fixed, thanks for the patch! |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:17 | admin | set | github: 56302 |
2011-05-17 02:19:54 | ezio.melotti | set | status: open -> closedassignee: docs@python -> ezio.melottinosy: + ezio.melottimessages: + resolution: fixedstage: patch review -> resolved |
2011-05-17 02🔞42 | python-dev | set | nosy: + python-devmessages: + |
2011-05-16 22:36:11 | sandro.tosi | create |