diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-11 22:25:05 +0300 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-11 22:25:05 +0300 |
commit | 9de7efe5ab40c19775dcc9ca88adf58d906fc53d (patch) | |
tree | 943f0fd71fa49dc9cf10af20d1333046b8754598 | |
parent | ec5d54575f176b0c198db4cd7aa306fb69152088 (diff) | |
download | cpython-git-9de7efe5ab40c19775dcc9ca88adf58d906fc53d.tar.gz |
Removed duplicated NEWS entity for issue #26881.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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`. |