[issue15980] Non-escaped '\n' in docstrings

2012-09-21 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the patch! -- assignee: docs@python -> ezio.melotti resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker __

[issue15980] Non-escaped '\n' in docstrings

2012-09-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7a125913a375 by Ezio Melotti in branch '2.7': #15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka. http://hg.python.org/cpython/rev/7a125913a375 New changeset e582ad1aee62 by Ezio Melotti in branch '3.2': #15980: properly esca

[issue15980] Non-escaped '\n' in docstrings

2012-09-20 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Added file: http://bugs.python.org/file27230/escape_nl2-2.7.patch ___ Python tracker ___ ___ Python-bugs-list ma

[issue15980] Non-escaped '\n' in docstrings

2012-09-20 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Here are patches that escapes '\n' in docstrings of LWPCookieJar and (for 2.7 only) of email. -- assignee: docs@python components: Documentation files: escape_nl2.patch keywords: patch messages: 170794 nosy: docs@python, ezio.melotti, storchaka prio