Issue 17147: BytesIO should be mentioned in SpooledTemporaryFile documentation (original) (raw)
Issue17147
Created on 2013-02-06 19:14 by serhiy.storchaka, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
SpooledTemporaryFile_document_BytesIO.patch | serhiy.storchaka,2013-02-06 19:14 | review |
Messages (4) | ||
---|---|---|
msg181563 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2013-02-06 19:14 |
Currently only StringIO is mentioned (which was inherited from Python 2). | ||
msg181699 - (view) | Author: Éric Araujo (eric.araujo) * ![]() |
Date: 2013-02-08 20:57 |
Typos: whenewer → whether and has specified → was specified Otherwise good to commit. | ||
msg181726 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2013-02-09 09:55 |
New changeset fb4ed16f35bd by Serhiy Storchaka in branch '3.2': Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation. http://hg.python.org/cpython/rev/fb4ed16f35bd New changeset 8f772825029f by Serhiy Storchaka in branch '3.3': Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation. http://hg.python.org/cpython/rev/8f772825029f New changeset c75d065a6bc2 by Serhiy Storchaka in branch 'default': Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation. http://hg.python.org/cpython/rev/c75d065a6bc2 | ||
msg181727 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2013-02-09 09:59 |
Thank you for corrections Éric. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:41 | admin | set | github: 61349 |
2013-02-09 09:59:00 | serhiy.storchaka | set | status: open -> closedmessages: + assignee: docs@python -> serhiy.storchakaresolution: fixedstage: patch review -> resolved |
2013-02-09 09:55:53 | python-dev | set | nosy: + python-devmessages: + |
2013-02-08 20:57:00 | eric.araujo | set | type: compile error -> enhancementmessages: + nosy: + eric.araujo |
2013-02-06 19:14:10 | serhiy.storchaka | create |