Removed duplicated NEWS entity for issue #26881.

This commit is contained in:
Serhiy Storchaka 2016-05-11 22:25:05 +03:00
parent ec5d54575f
commit 9de7efe5ab

View file

@ -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`.