From: Victor Stinner Date: Tue, 20 Sep 2016 20:50:11 +0000 (+0200) Subject: Merge 3.6 X-Git-Tag: v3.7.0a1~2424 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b405d2f2bf870c5ae66af8b38d8d4800f02f586;p=thirdparty%2FPython%2Fcpython.git Merge 3.6 --- 6b405d2f2bf870c5ae66af8b38d8d4800f02f586 diff --cc Misc/NEWS index a71b5a770075,97f669d66522..6ce4808188ad --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,14 -10,11 +10,17 @@@ What's New in Python 3.7.0 alpha Core and Builtins ----------------- + - Issue #27955: Fallback on reading /dev/urandom device when the getrandom() + syscall fails with EPERM, for example when blocked by SECCOMP. + - 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