]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Removed duplicated NEWS entity for issue #26881.
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 11 May 2016 19:25:05 +0000 (22:25 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 11 May 2016 19:25:05 +0000 (22:25 +0300)
Misc/NEWS

index 667f6e2cc785f027555c0766db8195dcaf808cc6..723342ced13ac726df3f78764b7cec77d4974a19 100644 (file)
--- 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`.