[issue23047] typo in pyporting.rst

2014-12-13 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report, Xavier and thanks for the patch, Chaitanya. -- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 2.7, Python 3.4 ___ Python tracker

[issue23047] typo in pyporting.rst

2014-12-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset f1f404f5422a by Berker Peksag in branch '2.7': Issue #23047: Fix typo in pyporting.rst. https://hg.python.org/cpython/rev/f1f404f5422a -- ___ Python tracker __

[issue23047] typo in pyporting.rst

2014-12-13 Thread Roundup Robot
Roundup Robot added the comment: 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://

[issue23047] typo in pyporting.rst

2014-12-13 Thread Chaitanya agrawal
Chaitanya agrawal added the comment: Typo corrected according to message232600. -- keywords: +patch nosy: +krypten Added file: http://bugs.python.org/file37438/issue23047.patch ___ Python tracker __

[issue23047] typo in pyporting.rst

2014-12-13 Thread Xavier de Gaye
New submission from Xavier de Gaye: In Doc/howto/pyporting.rst at line "from __future__ import print_statement": s/print_statement/print_function/ -- assignee: docs@python components: Documentation messages: 232600 nosy: brett.cannon, docs@python, xdegaye priority: normal severity: nor