summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-09-17 12:51:14 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-09-17 12:51:14 (GMT)
commit052e4f18c4d1794952b03755ff80aa92b8d19180 (patch)
treef334d0efb6bd66f415c1f44da3d85efb875d54b7 /Misc/NEWS
parentd508d00919dccbc9dd5d3c86508f2db7a7c753a7 (diff)
parent0b4dc4846b603025ee8da4403e87cad7739ac8f7 (diff)
downloadcpython-052e4f18c4d1794952b03755ff80aa92b8d19180.zip
cpython-052e4f18c4d1794952b03755ff80aa92b8d19180.tar.gz
cpython-052e4f18c4d1794952b03755ff80aa92b8d19180.tar.bz2
Issue #28075: Merge from 3.5
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8fdeb79..581c642 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,9 @@ Core and Builtins
Library
-------
+- Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of
+ os.stat(). Patch by Eryk Sun.
+
- Issue #22493: Warning message emitted by using inline flags in the middle of
regular expression now contains a (truncated) regex pattern.
Patch by Tim Graham.