cpython/Misc/NEWS.d/next
Miss Islington (bot) d7ffa58207
bpo-33185: Fix regression in pydoc CLI sys.path handling (GH-6419)
The pydoc CLI assumed -m pydoc would add the empty string
to sys.path, and hence got confused when it switched to
adding the full initial working directory instead.

This refactors the pydoc CLI path manipulation to be
more testable, and ensures it won't accidentally
remove the standard library directory containing
pydoc itself from sys.path.
(cherry picked from commit 82a9481059)

Co-authored-by: Nick Coghlan <ncoghlan@gmail.com>
2018-04-15 05:17:13 -07:00
..
Build bpo-33182: Fix pointer types in _testembed (GH-6310) (GH-6311) 2018-03-30 16:24:03 +10:00
C API 3.7.0b3 2018-03-29 07:57:55 -04:00
Core and Builtins bpo-33231: Fix potential leak in normalizestring() (GH-6386) 2018-04-06 00:12:38 -07:00
Documentation bpo-33201: Modernize "Extension types" doc (GH-6337) (GH-6411) 2018-04-07 18:27:05 +02:00
IDLE bpo-33204: IDLE - revise and extend colorizer test. (GH-6347) 2018-04-02 09:03:52 -07:00
Library bpo-33185: Fix regression in pydoc CLI sys.path handling (GH-6419) 2018-04-15 05:17:13 -07:00
Security 3.7.0b3 2018-03-29 07:57:55 -04:00
Tests 3.7.0b3 2018-03-29 07:57:55 -04:00
Tools-Demos bpo-31920: Fixed handling directories as arguments in the ``pygettext`` script. (GH-6259) 2018-04-09 10:57:52 -07:00
Windows bpo-33184: Update Windows installer to OpenSSL 1.1.0h (GH-6463) 2018-04-13 17:52:02 -07:00
macOS bpo-33184: Update macOS installer build to use OpenSSL 1.1.0h. (GH-6407) (GH-6409) 2018-04-07 03:02:40 -04:00