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 alexer
Recipients akx, alexer, benjamin.peterson
Date 2009-04-19.01:32:06
SpamBayes Score 0.00606819
Marked as misclassified No
Message-id <1240104729.19.0.462000819485.issue5787@psf.upfronthosting.co.za>
In-reply-to
Content
Stumbled upon a few more.

python2.4/2.5: socket.SSLType re._pattern_type weakref.ProxyType
weakref.CallableProxyType
python2.6/2.7: weakref.ProxyType weakref.CallableProxyType
python3.0: weakref.ProxyType weakref.CallableProxyType _abcoll.dict_proxy

I'll also mention MLab.arraytype and MLab.UfuncType, though they are in
a third-party module..

Btw, should this be kept open until this is backported to 2.4/2.5 as well?
History
Date User Action Args
2009-04-19 01:32:09alexersetrecipients: + alexer, benjamin.peterson, akx
2009-04-19 01:32:09alexersetmessageid: <1240104729.19.0.462000819485.issue5787@psf.upfronthosting.co.za>
2009-04-19 01:32:07alexerlinkissue5787 messages
2009-04-19 01:32:06alexercreate