Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 893c7e7

Browse files
committed
Closes #18224: Removed pydoc script from created venv, as it causes problems on Windows and adds no value over and above python -m pydoc ...
2 parents 14c4799 + 61d003a commit 893c7e7

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

Lib/venv/scripts/nt/pydoc.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

Lib/venv/scripts/posix/pydoc

Lines changed: 0 additions & 5 deletions
This file was deleted.

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ Core and Builtins
135135
Library
136136
-------
137137

138+
- Issue #18224: Removed pydoc script from created venv, as it causes problems
139+
on Windows and adds no value over and above python -m pydoc ...
140+
138141
- Issue #18155: The csv module now correctly handles csv files that use
139142
a delimter character that has a special meaning in regexes, instead of
140143
throwing an exception.

0 commit comments

Comments
 (0)