mirror of
https://github.com/python/cpython.git
synced 2024-12-18 22:34:08 +08:00
Added exceptins for testing non-reversible import mapping for Issue #26013.
This commit is contained in:
commit
9d4f3d81c7
@ -239,6 +239,8 @@ if has_c_implementation:
|
||||
ALT_IMPORT_MAPPING = {
|
||||
('_elementtree', 'xml.etree.ElementTree'),
|
||||
('cPickle', 'pickle'),
|
||||
('StringIO', 'io'),
|
||||
('cStringIO', 'io'),
|
||||
}
|
||||
|
||||
ALT_NAME_MAPPING = {
|
||||
|
Loading…
Reference in New Issue
Block a user