Serhiy Storchaka added the comment:

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).

----------
Added file: http://bugs.python.org/file38669/pickle_fix_import_2.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18473>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to