This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Address remaining PEP 451-related to-do comments.
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.4, Python 3.5
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: eric.snow Nosy List: brett.cannon, eric.snow, ncoghlan
Priority: normal Keywords:

Created on 2014-03-29 21:32 by eric.snow, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg215146 - (view) Author: Eric Snow (eric.snow) * (Python committer) Date: 2014-03-29 21:32
(from msg207510 in issue 18864)

There are a few lingering to-do comments:

Lib/test/test_importlib/extension/test_case_sensitivity.py:# XXX find_spec tests
Lib/test/test_importlib/extension/test_finder.py:# XXX find_spec tests
Lib/test/test_importlib/source/test_file_loader.py:                mod = loader.load_module('_temp') # XXX
Lib/test/test_importlib/source/test_file_loader.py:            # XXX Change to use exec_module().
Lib/test/test_importlib/test_windows.py:    # XXX Need a test that finds the spec via the registry.
msg215154 - (view) Author: Eric Snow (eric.snow) * (Python committer) Date: 2014-03-29 21:49
Lib/test/test_importlib/test_windows.py is addressed in #19714

#21099 should cover the other four.  If any *new* tests are needed we can address them in this ticket.
msg215160 - (view) Author: Eric Snow (eric.snow) * (Python committer) Date: 2014-03-30 01:19
I don't anticipate any more tests for now.
History
Date User Action Args
2022-04-11 14:58:00adminsetgithub: 65297
2014-03-30 01:19:34eric.snowsetstatus: open -> closed
resolution: rejected
messages: + msg215160

stage: test needed -> resolved
2014-03-29 21:49:41eric.snowsetmessages: + msg215154
2014-03-29 21:35:54eric.snowlinkissue18864 dependencies
2014-03-29 21:32:38eric.snowcreate