summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2015-02-06 16:23:58 (GMT)
committerBarry Warsaw <barry@python.org>2015-02-06 16:23:58 (GMT)
commit581c29f8fe20a6d95f036a3499b55cc2c587b25f (patch)
tree7705109c60d2d5fcaf06d9c5b36d3a232a27f676 /Misc
parentb51813403f26304df64a818eae103aeed3550344 (diff)
downloadcpython-581c29f8fe20a6d95f036a3499b55cc2c587b25f.zip
cpython-581c29f8fe20a6d95f036a3499b55cc2c587b25f.tar.gz
cpython-581c29f8fe20a6d95f036a3499b55cc2c587b25f.tar.bz2
Issue #23399: pyvenv creates relative symlinks where possible.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1fedcf5..c13372a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,6 +59,8 @@ Core and Builtins
Library
-------
+- Issue #23399: pyvenv creates relative symlinks where possible.
+
- Issue #23099: Closing io.BytesIO with exported buffer is rejected now to
prevent corrupting exported buffer.