Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14c4799 + 61d003a commit 893c7e7Copy full SHA for 893c7e7
3 files changed
Lib/venv/scripts/nt/pydoc.py
Lib/venv/scripts/posix/pydoc
Misc/NEWS
@@ -135,6 +135,9 @@ Core and Builtins
135
Library
136
-------
137
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
+
141
- Issue #18155: The csv module now correctly handles csv files that use
142
a delimter character that has a special meaning in regexes, instead of
143
throwing an exception.
0 commit comments