Brian Curtin <cur...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue6538>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to