bpo-26143: IDLE: Ensure IDLE's stdlib imports are from the stdlib by louisom · Pull Request #1364 · python/cpython

@erlend-aasland OP switched to another account for cpython contributions and deleted the python fork on this account, orphaning this PR. I believe you are correct that we could still merge as is or with edits through the web interface. However, we cannot push changes to an 'unknown' (non-existent) repository. This PR would need this for changes that cannot be done through the web or that would need local testing. Adding a new idlelib module and test module for one trivial function is wrong. (I believe that this was Louie's first contribution.) The hard part of this issue is restoring '' to path when needed. This does not do so, in spite of the claim above otherwise. I commented further on the issue, but don't remember looking at the tests in detail, although there might be something usable there.