[issue19639] Improve re match objects display

Claudiu.Popa report at bugs.python.org
Mon Nov 18 10:35:16 CET 2013


New submission from Claudiu.Popa:

When issue17087 was accepted, the documentation wasn't changed to reflect the new changes. The attached patch fixes this, replacing the old <_sre.Match object ...> with the deterministic repr of the match object.

----------
assignee: docs at python
components: Documentation
files: re_doc.patch
keywords: patch
messages: 203268
nosy: Claudiu.Popa, docs at python
priority: normal
severity: normal
status: open
title: Improve re match objects display
versions: Python 3.4
Added file: http://bugs.python.org/file32684/re_doc.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19639>
_______________________________________


More information about the Python-bugs-list mailing list