[issue2408] types should expose cell object

Amaury Forgeot d'Arc report at bugs.python.org
Tue Mar 18 23:29:42 CET 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

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)

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2408>
__________________________________


More information about the Python-bugs-list mailing list