diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-08-24 16:00:15 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-08-24 16:00:15 (GMT) |
commit | 82649f3b873f470941d5226802dd3c0e45221173 (patch) | |
tree | ed70fcf6488fd2570a322b3d61148ab92425a9ef /Misc | |
parent | ad2a7d528acbb94bd4def418201d808226cb9f38 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |