From: Serhiy Storchaka Date: Wed, 11 May 2016 19:25:05 +0000 (+0300) Subject: Removed duplicated NEWS entity for issue #26881. X-Git-Tag: v3.6.0a1~42^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9de7efe5ab40c19775dcc9ca88adf58d906fc53d;p=thirdparty%2FPython%2Fcpython.git Removed duplicated NEWS entity for issue #26881. --- diff --git a/Misc/NEWS b/Misc/NEWS index 667f6e2cc785..723342ced13a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -132,8 +132,6 @@ Library - Issue #26873: xmlrpc now raises ResponseError on unsupported type tags instead of silently return incorrect result. -- Issue #26881: modulefinder now works with bytecode with extended args. - - Issue #26711: Fixed the comparison of plistlib.Data with other types. - Issue #24114: Fix an uninitialized variable in `ctypes.util`.