[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 escape newlines in docstrings.  Patch by Serhiy Storchaka.
http://hg.python.org/cpython/rev/e582ad1aee62

New changeset 1830426da082 by Ezio Melotti in branch 'default':
#15980: merge with 3.2.
http://hg.python.org/cpython/rev/1830426da082

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
priority: normal
severity: normal
status: open
title: Non-escaped '\n' in docstrings
type: enhancement
versions: Python 2.7, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file27229/escape_nl2.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com