summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-09-17 20:23:35 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-09-17 20:23:35 (GMT)
commitce4adc30de65a0e434df776b7d0e24a5443b8c0e (patch)
tree9c6f5db6fe1dcb6feb280320ff0ea0f3b5af988e /Misc/NEWS
parent64566db065f795614f245b0cb81358b74fb9f472 (diff)
parent5d625cff07bf9a9dbe9be3b598fbaf673a3be819 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 90dfc5f..8b5d5c7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.