diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-06-30 21:06:52 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-06-30 21:06:52 (GMT) |
commit | 61d003a8f147a99c22a63f9e259631e51dd66970 (patch) | |
tree | f0e689fc66778ac7a429a41aad780cc059a566c2 /Misc/NEWS | |
parent | 56fe854a77614431320f38f1b9a0a84625974dd9 (diff) | |
download | cpython-61d003a8f147a99c22a63f9e259631e51dd66970.zip cpython-61d003a8f147a99c22a63f9e259631e51dd66970.tar.gz cpython-61d003a8f147a99c22a63f9e259631e51dd66970.tar.bz2 |
Issue #18224: Removed pydoc script from created venv, as it causes problems on Windows and adds no value over and above python -m pydoc ...
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -38,6 +38,9 @@ Core and Builtins Library ------- +- Issue #18224: Removed pydoc script from created venv, as it causes problems + on Windows and adds no value over and above python -m pydoc ... + - Issue #18155: The csv module now correctly handles csv files that use a delimter character that has a special meaning in regexes, instead of throwing an exception. |