Merge 3.6
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 20 Sep 2016 20:50:11 +0000 (22:50 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 20 Sep 2016 20:50:11 +0000 (22:50 +0200)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index a71b5a770075b7416451f317b9beaaab6db51ed7,97f669d66522520ab48758bb4c9df5e86090f2b9..6ce4808188ad84ab7a7301c0492ca759075af67e
+++ 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