[issue6538] MatchObject is not a hyperlink in the 're' module documentation

Brian Curtin report at bugs.python.org
Thu Jul 29 03:41:02 CEST 2010


Brian Curtin <curtin at acm.org> added the comment:

How does this patch look? It changes RegexObject to _sre.SRE_Pattern and MatchObject to _sre.SRE_Match. Additionally, references are used to link to those classes generically as "match objects" or "compiled regular expressions" rather than the fake classes used before.

----------
stage:  -> patch review
Added file: http://bugs.python.org/file18245/issue6538_corrections.diff

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


More information about the Python-bugs-list mailing list