[issue16502] PEP 305: eaten backslashes

2012-11-18 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: In PEP 305 '\r\n' rendered as 'rn' in one place. The proposed patch should fix this. -- assignee: docs@python components: Documentation files: pep-0305_rn.patch keywords: patch messages: 175891 nosy: docs@python, serhiy.storchaka priority: normal

[issue16502] PEP 305: eaten backslashes

2012-11-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: Hmm, I wonder if this is a ReST bug. -- nosy: +pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16502 ___

[issue16502] PEP 305: eaten backslashes

2012-11-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This is a markup bug. In all other cases \n escaped (\\n), or quoted (``\n``), or used in a code fragment. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16502

[issue16502] PEP 305: eaten backslashes

2012-11-18 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- assignee: docs@python - ezio.melotti nosy: +ezio.melotti resolution: - fixed stage: patch review - committed/rejected status: open - closed type: - enhancement ___ Python tracker