summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-08-24 16:00:15 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-08-24 16:00:15 (GMT)
commit82649f3b873f470941d5226802dd3c0e45221173 (patch)
treeed70fcf6488fd2570a322b3d61148ab92425a9ef /Misc
parentad2a7d528acbb94bd4def418201d808226cb9f38 (diff)
downloadcpython-82649f3b873f470941d5226802dd3c0e45221173.zip
cpython-82649f3b873f470941d5226802dd3c0e45221173.tar.gz
cpython-82649f3b873f470941d5226802dd3c0e45221173.tar.bz2
Issue #15776: Allow pyvenv to work in existing directory with --clean.
Patch by Vinay Sajip.
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 227f2ac..57f022c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,8 @@ Core and Builtins
Library
-------
+- Issue #15776: Allow pyvenv to work in existing directory with --clean.
+
- Issue #15249: BytesGenerator now correctly mangles From lines (when
requested) even if the body contains undecodable bytes.