changeset: 99967:7215d13baa2d branch: 3.5 parent: 99965:270add17f203 user: Serhiy Storchaka date: Mon Jan 18 22:33:44 2016 +0200 files: Lib/test/test_pickle.py description: Added exceptins for testing non-reversible import mapping for Issue #26013. diff -r 270add17f203 -r 7215d13baa2d Lib/test/test_pickle.py --- a/Lib/test/test_pickle.py Mon Jan 18 21:35:22 2016 +0200 +++ b/Lib/test/test_pickle.py Mon Jan 18 22:33:44 2016 +0200 @@ -244,6 +244,8 @@ ALT_IMPORT_MAPPING = { ('_elementtree', 'xml.etree.ElementTree'), ('cPickle', 'pickle'), + ('StringIO', 'io'), + ('cStringIO', 'io'), } ALT_NAME_MAPPING = {