diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-09-17 12:51:14 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-09-17 12:51:14 (GMT) |
commit | 052e4f18c4d1794952b03755ff80aa92b8d19180 (patch) | |
tree | f334d0efb6bd66f415c1f44da3d85efb875d54b7 /Misc/NEWS | |
parent | d508d00919dccbc9dd5d3c86508f2db7a7c753a7 (diff) | |
parent | 0b4dc4846b603025ee8da4403e87cad7739ac8f7 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |