[Python-checkins] cpython (merge 3.5 -> default): Merge 3.5.

serhiy.storchaka python-checkins at python.org
Wed May 11 15:26:46 EDT 2016


https://hg.python.org/cpython/rev/fff0c783d3db
changeset:   101301:fff0c783d3db
parent:      101299:3c26b9ee8c79
parent:      101300:d60040b3bb8c
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Wed May 11 22:25:31 2016 +0300
summary:
  Merge 3.5.

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
@@ -294,8 +294,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 #26915:  The __contains__ methods in the collections ABCs now check
   for identity before checking equality.  This better matches the behavior
   of the concrete classes, allows sensible handling of NaNs, and makes it

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


More information about the Python-checkins mailing list