diff options
author | Barry Warsaw <barry@python.org> | 2015-02-06 16:58:06 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2015-02-06 16:58:06 (GMT) |
commit | 1670613d48db94cbed0c447916c8bbcf064b5c61 (patch) | |
tree | b619abf61088896b6d462d7e4ee0879f70dcba57 /Misc/NEWS | |
parent | bf5e9604cc5a5ae61181b093193286f06a502ad6 (diff) | |
parent | 581c29f8fe20a6d95f036a3499b55cc2c587b25f (diff) | |
download | cpython-1670613d48db94cbed0c447916c8bbcf064b5c61.zip cpython-1670613d48db94cbed0c447916c8bbcf064b5c61.tar.gz cpython-1670613d48db94cbed0c447916c8bbcf064b5c61.tar.bz2 |
Issue #23399: pyvenv creates relative symlinks where possible.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -235,6 +235,8 @@ Core and Builtins Library ------- +- Issue #23399: pyvenv creates relative symlinks where possible. + - Issue #20289: cgi.FieldStorage() now supports the context management protocol. |