summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2014-05-28 07:08:32 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2014-05-28 07:08:32 (GMT)
commitf9e77b311f7fb8dd3d52ef43276067a841166bdc (patch)
tree2ce47be542e13595cfb6156c0fd9f1d088c771fb /Misc
parenta5f6ef84575e51a54fe536dea050af22c1ae37a0 (diff)
parent432810f9f35c014afecbd24edda6b26a3cf04fd9 (diff)
downloadcpython-f9e77b311f7fb8dd3d52ef43276067a841166bdc.zip
cpython-f9e77b311f7fb8dd3d52ef43276067a841166bdc.tar.gz
cpython-f9e77b311f7fb8dd3d52ef43276067a841166bdc.tar.bz2
Issue #18807: Merged fix from 3.4.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ce98087..0a5cd9a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,6 +91,10 @@ Core and Builtins
Library
-------
+- Issue #18807: If copying (no symlinks) specified for a venv, then the python
+ interpreter aliases (python, python3) are now created by copying rather than
+ symlinking.
+
- Issue #20197: Added support for the WebP image type in the imghdr module.
Patch by Fabrice Aneche and Claudiu Popa.