Amaury Forgeot d'Arc <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2408>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to