This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, vizcayno
Date 2008-07-02.23:07:19
SpamBayes Score 0.020589732
Marked as misclassified No
Message-id <1215040041.05.0.3528889087.issue3247@psf.upfronthosting.co.za>
In-reply-to
Content
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']
History
Date User Action Args
2008-07-02 23:07:21amaury.forgeotdarcsetspambayes_score: 0.0205897 -> 0.020589732
recipients: + amaury.forgeotdarc, vizcayno
2008-07-02 23:07:21amaury.forgeotdarcsetspambayes_score: 0.0205897 -> 0.0205897
messageid: <1215040041.05.0.3528889087.issue3247@psf.upfronthosting.co.za>
2008-07-02 23:07:20amaury.forgeotdarclinkissue3247 messages
2008-07-02 23:07:19amaury.forgeotdarccreate