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 benjamin.peterson
Recipients Antoine d'Otreppe, benjamin.peterson
Date 2008-10-10.21:34:13
SpamBayes Score 0.0021893468
Marked as misclassified No
Message-id <1223674454.25.0.741411209006.issue4101@psf.upfronthosting.co.za>
In-reply-to
Content
At the moment, we're not adding things to the type module because it may
eventually go away.

Since WrapperDescriptorType implements the descriptor protocol you can
get the __init__ method just by using it.
History
Date User Action Args
2008-10-10 21:34:14benjamin.petersonsetrecipients: + benjamin.peterson, Antoine d'Otreppe
2008-10-10 21:34:14benjamin.petersonsetmessageid: <1223674454.25.0.741411209006.issue4101@psf.upfronthosting.co.za>
2008-10-10 21:34:13benjamin.petersonlinkissue4101 messages
2008-10-10 21:34:13benjamin.petersoncreate