Issue 23047: typo in pyporting.rst (original) (raw)
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/67236
classification
Title: | typo in pyporting.rst | ||
---|---|---|---|
Type: | behavior | Stage: | resolved |
Components: | Documentation | Versions: | Python 3.4, Python 3.5, Python 2.7 |
process
Status: | closed | Resolution: | fixed |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | docs@python | Nosy List: | berker.peksag, brett.cannon, docs@python, krypten, python-dev, xdegaye |
Priority: | normal | Keywords: | patch |
Created on 2014-12-13 10:01 by xdegaye, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
issue23047.patch | krypten,2014-12-13 11:51 | File for resolving issue 23047 | review |
Messages (5) | ||
---|---|---|
msg232600 - (view) | Author: Xavier de Gaye (xdegaye) * ![]() |
Date: 2014-12-13 10:01 |
In Doc/howto/pyporting.rst at line "from __future__ import print_statement": s/print_statement/print_function/ | ||
msg232605 - (view) | Author: Chaitanya agrawal (krypten) * | Date: 2014-12-13 11:51 |
Typo corrected according to message232600. | ||
msg232608 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2014-12-13 13:48 |
New changeset 914e9092984e by Berker Peksag in branch '3.4': Issue #23047: Fix typo in pyporting.rst. https://hg.python.org/cpython/rev/914e9092984e New changeset 81a56c9e1e1c by Berker Peksag in branch 'default': Issue #23047: Fix typo in pyporting.rst. https://hg.python.org/cpython/rev/81a56c9e1e1c | ||
msg232609 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2014-12-13 13:50 |
New changeset f1f404f5422a by Berker Peksag in branch '2.7': Issue #23047: Fix typo in pyporting.rst. https://hg.python.org/cpython/rev/f1f404f5422a | ||
msg232610 - (view) | Author: Berker Peksag (berker.peksag) * ![]() |
Date: 2014-12-13 13:52 |
Thanks for the report, Xavier and thanks for the patch, Chaitanya. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:11 | admin | set | github: 67236 |
2014-12-13 13:52:28 | berker.peksag | set | status: open -> closedversions: + Python 2.7, Python 3.4nosy: + berker.peksagmessages: + resolution: fixedstage: resolved |
2014-12-13 13:50:53 | python-dev | set | messages: + |
2014-12-13 13:48:37 | python-dev | set | nosy: + python-devmessages: + |
2014-12-13 11:51:30 | krypten | set | files: + issue23047.patchnosy: + kryptenmessages: + keywords: + patch |
2014-12-13 10:01:17 | xdegaye | create |