mirror of
https://github.com/python/cpython.git
synced 2024-12-13 20:05:53 +08:00
Added exceptins for testing non-reversible import mapping for Issue #26013.
This commit is contained in:
parent
111c7b9011
commit
5c1d9d2ff7
@ -244,6 +244,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