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, benjamin.peterson
Date 2008-03-18.22:29:40
SpamBayes Score 0.11539447
Marked as misclassified No
Message-id <1205879382.09.0.714340703232.issue2408@psf.upfronthosting.co.za>
In-reply-to
Content
While I'm at it, the _types module could be removed, because its exports
can easily be replaced by:

GetSetDescriptorType = type(Exception.args)
MemberDescriptorType = type(EnvironmentError.errno)
History
Date User Action Args
2008-03-18 22:29:42amaury.forgeotdarcsetspambayes_score: 0.115394 -> 0.11539447
recipients: + amaury.forgeotdarc, benjamin.peterson
2008-03-18 22:29:42amaury.forgeotdarcsetspambayes_score: 0.115394 -> 0.115394
messageid: <1205879382.09.0.714340703232.issue2408@psf.upfronthosting.co.za>
2008-03-18 22:29:40amaury.forgeotdarclinkissue2408 messages
2008-03-18 22:29:40amaury.forgeotdarccreate