From: Steve Dower Date: Sat, 17 Sep 2016 19:57:03 +0000 (-0700) Subject: Merge with 3.6 X-Git-Tag: v3.7.0a1~2455 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64566db065f795614f245b0cb81358b74fb9f472;p=thirdparty%2FPython%2Fcpython.git Merge with 3.6 --- 64566db065f795614f245b0cb81358b74fb9f472 diff --cc Misc/NEWS index 088dfa941d1d,f9e247425e29..90dfc5fa6829 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,12 -10,8 +10,14 @@@ What's New in Python 3.7.0 alpha Core and Builtins ----------------- + - Issue #28192: Don't import readline in isolated mode. + +- Issue #27441: Remove some redundant assignments to ob_size in longobject.c. + Thanks Oren Milman. + +- Issue #27222: Clean up redundant code in long_rshift function. Thanks + Oren Milman. + - Upgrade internal unicode databases to Unicode version 9.0.0. - Issue #28131: Fix a regression in zipimport's compile_source(). zipimport