]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merge 3.5 (issue #27057)
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 19 May 2016 14:48:06 +0000 (16:48 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 19 May 2016 14:48:06 +0000 (16:48 +0200)
1  2 
Misc/ACKS
Misc/NEWS
Python/fileutils.c

diff --cc Misc/ACKS
Simple merge
diff --cc Misc/NEWS
index 11152361e003caad4201233243f83780ea60f96c,fcfcd4f5514ea09d819184367b4123229dbfad60..f10ad244865e65e1236d531854652e465bc86ba2
+++ b/Misc/NEWS
@@@ -297,11 -122,13 +297,15 @@@ Core and Builtin
  Library
  -------
  
+ - Issue #27057: Fix os.set_inheritable() on Android, ioctl() is blocked by
+   SELinux and fails with EACCESS. The function now falls back to fcntl().
+   Patch written by Michał Bednarski.
  - Issue #27014: Fix infinite recursion using typing.py.  Thanks to Kalle Tuure!
  
 +- Issue #27031: Removed dummy methods in Tkinter widget classes: tk_menuBar()
 +  and tk_bindForTraversal().
 +
  - Issue #14132: Fix urllib.request redirect handling when the target only has
    a query string.  Original fix by Ján Janech.
  
Simple merge