]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Delete Misc/NEWS record for reverted #15776.
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 25 Aug 2012 11:22:07 +0000 (14:22 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 25 Aug 2012 11:22:07 +0000 (14:22 +0300)
Misc/NEWS

index c71a7cb38ec4c838068e5696ad9aa75706970b2f..74cbea9d6a7fa3cbc0be777a2e4d751d9d53e3b1 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,8 +47,6 @@ Library
 
 - Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.
 
-- 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.