Added exceptins for testing non-reversible import mapping for Issue #26013.

This commit is contained in:
Serhiy Storchaka 2016-01-18 22:34:19 +02:00
commit 9d4f3d81c7
1 changed files with 2 additions and 0 deletions

View File

@ -239,6 +239,8 @@ if has_c_implementation:
ALT_IMPORT_MAPPING = {
('_elementtree', 'xml.etree.ElementTree'),
('cPickle', 'pickle'),
('StringIO', 'io'),
('cStringIO', 'io'),
}
ALT_NAME_MAPPING = {