[issue3247] dir of an "_sre.SRE_Match" object not working
Amaury Forgeot d'Arc
report at bugs.python.org
Thu Jul 3 01:07:21 CEST 2008
Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:
Done in several changes: r64672 r64674 r64681.
Now the dir() is even more complete than before. I get:
['__class__', '__copy__', '__deepcopy__', '__delattr__', '__doc__',
'__eq__', '__format__', '__ge__', '__getattribute__', '__gt__',
'__hash__', '__init__', '__le__', '__lt__', '__ne__', '__new__',
'__reduce__', '__reduce_ex__', '__repr__','__setattr__', '__sizeof__',
'__str__', '__subclasshook__', 'end', 'endpos', 'expand', 'group',
'groupdict', 'groups', 'lastgroup', 'lastindex', 'pos', 're', 'regs',
'span', 'start', 'string']
----------
resolution: -> fixed
status: open -> closed
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3247>
_______________________________________
More information about the Python-bugs-list
mailing list