From: Serhiy Storchaka Date: Sat, 22 Apr 2017 06:24:59 +0000 (+0300) Subject: Remove unneeded Misc/NEWS entry for bpo-29802. (#1251) X-Git-Tag: v3.7.0a1~917 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7bfd740e3d484e6fdf3f5c2d4640450957f9d89c;p=thirdparty%2FPython%2Fcpython.git Remove unneeded Misc/NEWS entry for bpo-29802. (#1251) The bug was added in still not released version. --- diff --git a/Misc/NEWS b/Misc/NEWS index 72fcded6a155..651d17569bb7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -320,9 +320,6 @@ Library - bpo-29960: Preserve generator state when _random.Random.setstate() raises an exception. Patch by Bryan Olson. -- bpo-29802: Fixed reference counting in module-level struct functions when - pass arguments of wrong type. - - bpo-30070: Fixed leaks and crashes in errors handling in the parser module. - bpo-22352: Column widths in the output of dis.dis() are now adjusted for