Files
cpython/Lib
Miss Islington (bot) 6aa89d98e3 [3.15] gh-134300: Remove idlelib from the path of the IDLE user process (GH-152739) (#152807)
gh-134300: Remove idlelib from the path of the IDLE user process (GH-152739)

The idlelib directory ends up on sys.path when idle.py is run as a script,
and it was passed to the user process, where it let user code import
idlelib submodules as top-level modules, such as "import help".
(cherry picked from commit 3f5491a092)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2026-07-01 17:03:14 +00:00
..
2026-06-23 12:35:49 +03:00
2025-12-06 11:27:31 +00:00
2025-11-23 16:33:05 +00:00