mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Added exceptins for testing non-reversible import mapping for Issue #26013.
This commit is contained in:
commit
9d4f3d81c7
1 changed files with 2 additions and 0 deletions
|
@ -239,6 +239,8 @@ if has_c_implementation:
|
||||||
ALT_IMPORT_MAPPING = {
|
ALT_IMPORT_MAPPING = {
|
||||||
('_elementtree', 'xml.etree.ElementTree'),
|
('_elementtree', 'xml.etree.ElementTree'),
|
||||||
('cPickle', 'pickle'),
|
('cPickle', 'pickle'),
|
||||||
|
('StringIO', 'io'),
|
||||||
|
('cStringIO', 'io'),
|
||||||
}
|
}
|
||||||
|
|
||||||
ALT_NAME_MAPPING = {
|
ALT_NAME_MAPPING = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue