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: test.support 3.x docs mentions stringio.stringio
Type: Stage: resolved
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Ramchandra Apte, docs@python, python-dev
Priority: normal Keywords: patch

Created on 2013-02-09 10:33 by Ramchandra Apte, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue.patch Ramchandra Apte, 2013-02-09 10:33 review
Messages (3)
msg181729 - (view) Author: Ramchandra Apte (Ramchandra Apte) * Date: 2013-02-09 10:33
StringIO.StringIO has been renamed to io.StringIO in 3.x.
Attached is a patch with the corrected version which mentions io.StringIO.
msg181735 - (view) Author: Ramchandra Apte (Ramchandra Apte) * Date: 2013-02-09 13:02
Please commit or review. This is *very* trivial.
msg181738 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-02-09 13:58
New changeset 474296d6d4a1 by Benjamin Peterson in branch '3.3':
StringIO.StringIO -> io.StringIO (closes #17168)
http://hg.python.org/cpython/rev/474296d6d4a1

New changeset 87e95b853be2 by Benjamin Peterson in branch 'default':
merge 3.3 (#17168)
http://hg.python.org/cpython/rev/87e95b853be2
History
Date User Action Args
2022-04-11 14:57:41adminsetgithub: 61370
2013-02-09 13:58:00python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg181738

resolution: fixed
stage: resolved
2013-02-09 13:02:48Ramchandra Aptesetmessages: + msg181735
2013-02-09 10:33:53Ramchandra Aptecreate