changeset: 99968:16cfc1652844 parent: 99966:35ff0976b211 parent: 99967:7215d13baa2d user: Serhiy Storchaka date: Mon Jan 18 22:34:19 2016 +0200 files: Lib/test/test_pickle.py description: Added exceptins for testing non-reversible import mapping for Issue #26013. diff -r 35ff0976b211 -r 16cfc1652844 Lib/test/test_pickle.py --- a/Lib/test/test_pickle.py Mon Jan 18 21:36:03 2016 +0200 +++ b/Lib/test/test_pickle.py Mon Jan 18 22:34:19 2016 +0200 @@ -239,6 +239,8 @@ ALT_IMPORT_MAPPING = { ('_elementtree', 'xml.etree.ElementTree'), ('cPickle', 'pickle'), + ('StringIO', 'io'), + ('cStringIO', 'io'), } ALT_NAME_MAPPING = {