From: Serhiy Storchaka Date: Mon, 18 Jan 2016 20:33:44 +0000 (+0200) Subject: Added exceptins for testing non-reversible import mapping for Issue #26013. X-Git-Tag: v3.6.0a1~744^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c1d9d2ff7ac50a65fb3053549b7897c5162d83e;p=thirdparty%2FPython%2Fcpython.git Added exceptins for testing non-reversible import mapping for Issue #26013. --- diff --git a/Lib/test/test_pickle.py b/Lib/test/test_pickle.py index bd38cfbea938..ee7a667d0614 100644 --- a/Lib/test/test_pickle.py +++ b/Lib/test/test_pickle.py @@ -244,6 +244,8 @@ if has_c_implementation: ALT_IMPORT_MAPPING = { ('_elementtree', 'xml.etree.ElementTree'), ('cPickle', 'pickle'), + ('StringIO', 'io'), + ('cStringIO', 'io'), } ALT_NAME_MAPPING = {