[Python-checkins] cpython (3.5): Removed duplicated NEWS entity for issue #26881.

serhiy.storchaka python-checkins at python.org
Wed May 11 15:25:53 EDT 2016


https://hg.python.org/cpython/rev/d60040b3bb8c
changeset:   101300:d60040b3bb8c
branch:      3.5
parent:      101298:f0a4d563b32e
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Wed May 11 22:25:05 2016 +0300
summary:
  Removed duplicated NEWS entity for issue #26881.

files:
  Misc/NEWS |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -132,8 +132,6 @@
 - 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`.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list