diff options
author | Barry Warsaw <barry@python.org> | 2015-02-06 16:23:58 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2015-02-06 16:23:58 (GMT) |
commit | 581c29f8fe20a6d95f036a3499b55cc2c587b25f (patch) | |
tree | 7705109c60d2d5fcaf06d9c5b36d3a232a27f676 /Misc | |
parent | b51813403f26304df64a818eae103aeed3550344 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |