[issue19778] Change re.compile display

2013-11-25 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the report and the patch! -- assignee: docs@python -> ezio.melotti nosy: +ezio.melotti resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue19778] Change re.compile display

2013-11-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5237e7da8a76 by Ezio Melotti in branch 'default': #19778: fix a couple of re reprs in the documentation. http://hg.python.org/cpython/rev/5237e7da8a76 -- nosy: +python-dev ___ Python tracker

[issue19778] Change re.compile display

2013-11-25 Thread Claudiu.Popa
New submission from Claudiu.Popa: Hello. I attached a minimal patch which fixes the re.compile display in documentation, after issue13592 was closed. -- assignee: docs@python components: Documentation files: sre_re.patch keywords: patch messages: 204402 nosy: Claudiu.Popa, docs@python,