• Nick Coghlan's avatar
    bpo-33185: Fix regression in pydoc CLI sys.path handling (GH-6419) · 82a94810
    Nick Coghlan authored
    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.
    82a94810
pydoc.py 104 KB