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 serhiy.storchaka
Recipients alexandre.vassalotti, doug.royal, kmike, pitrou, serhiy.storchaka
Date 2015-03-24.15:38:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427211485.23.0.317973852785.issue18473@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch fixes more bugs.

Added support of unicode, izip_longest, abstract collections, ChainMap, multiprocessing exceptions, some socket and multiprocessing functions and types, xml.etree.ElementTree (C implementation). Added support of urllib and urllib2 (only public interface). Fixed reverse mapping of OSError subclasses, str, bz2, different dbm implementations, pickle. Added special sanity tests for _compat_pickle mappings (test that mappings are not ambiguous and mainly reversible, that 3.x names exist, etc).
History
Date User Action Args
2015-03-24 15:38:05serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, alexandre.vassalotti, kmike, doug.royal
2015-03-24 15:38:05serhiy.storchakasetmessageid: <1427211485.23.0.317973852785.issue18473@psf.upfronthosting.co.za>
2015-03-24 15:38:05serhiy.storchakalinkissue18473 messages
2015-03-24 15:38:05serhiy.storchakacreate