diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-09-17 20:23:35 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-09-17 20:23:35 (GMT) |
commit | ce4adc30de65a0e434df776b7d0e24a5443b8c0e (patch) | |
tree | 9c6f5db6fe1dcb6feb280320ff0ea0f3b5af988e /Misc/NEWS | |
parent | 64566db065f795614f245b0cb81358b74fb9f472 (diff) | |
parent | 5d625cff07bf9a9dbe9be3b598fbaf673a3be819 (diff) | |
download | cpython-ce4adc30de65a0e434df776b7d0e24a5443b8c0e.zip cpython-ce4adc30de65a0e434df776b7d0e24a5443b8c0e.tar.gz cpython-ce4adc30de65a0e434df776b7d0e24a5443b8c0e.tar.bz2 |
Issue #26384: Merge from 3.6
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,8 @@ Core and Builtins Library ------- +- Fix UnboundLocalError in socket._sendfile_use_sendfile. + - Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of os.stat(). Patch by Eryk Sun. |