summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-09-17 20:23:13 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-09-17 20:23:13 (GMT)
commit5d625cff07bf9a9dbe9be3b598fbaf673a3be819 (patch)
treee134a898a89944401a695310dc71d47780666a41 /Misc/NEWS
parented51b268580c1100b46bf5dbc4b4201146019644 (diff)
parentbcfb35f80d9d1f87d9fa6993c1d3bc35dd5db865 (diff)
downloadcpython-5d625cff07bf9a9dbe9be3b598fbaf673a3be819.zip
cpython-5d625cff07bf9a9dbe9be3b598fbaf673a3be819.tar.gz
cpython-5d625cff07bf9a9dbe9be3b598fbaf673a3be819.tar.bz2
Issue #26384: Merge from 3.5
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 f9e2474..c0c6305 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,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.