From: Andrew Svetlov Date: Sat, 25 Aug 2012 11:22:07 +0000 (+0300) Subject: Delete Misc/NEWS record for reverted #15776. X-Git-Tag: v3.3.1rc1~818^2^2~185 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b5b843224654ddc7b5bb8e9a1bedf6390103e65;p=thirdparty%2FPython%2Fcpython.git Delete Misc/NEWS record for reverted #15776. --- diff --git a/Misc/NEWS b/Misc/NEWS index c71a7cb38ec4..74cbea9d6a7f 100644 --- 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.