[issue15796] Fix readline() docstrings

New submission from Serhiy Storchaka: Here is a patch that escapes '\n' in readline() docstrings. ---------- assignee: docs@python components: Documentation files: escape_nl.patch keywords: patch messages: 169235 nosy: docs@python, storchaka priority: normal severity: normal status: open title: Fix readline() docstrings versions: Python 2.7, Python 3.2, Python 3.3 Added file: http://bugs.python.org/file27021/escape_nl.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15796> _______________________________________

Changes by Serhiy Storchaka <storchaka@gmail.com>: Added file: http://bugs.python.org/file27022/escape_nl-2.7.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15796> _______________________________________

Serhiy Storchaka added the comment: Ping. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15796> _______________________________________

Roundup Robot added the comment: New changeset 210a189544c3 by Ezio Melotti in branch '2.7': #15796: Fix \n in readline docstring. http://hg.python.org/cpython/rev/210a189544c3 New changeset 6386e1f4f1fd by Ezio Melotti in branch '3.2': #15796: Fix \n in readline docstring. Patch by Serhiy Storchaka. http://hg.python.org/cpython/rev/6386e1f4f1fd New changeset 3a880d640981 by Ezio Melotti in branch 'default': #15796: merge with 3.2. http://hg.python.org/cpython/rev/3a880d640981 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15796> _______________________________________

Ezio Melotti added the comment: Pong, thanks for the patch! ---------- assignee: docs@python -> ezio.melotti nosy: +ezio.melotti resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> enhancement _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15796> _______________________________________
participants (3)
-
Ezio Melotti
-
Roundup Robot
-
Serhiy Storchaka