summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-07 03:40:11 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-09-07 03:40:11 (GMT)
commit19ab0fd456a79fa1fdfdb543ac423723667cb2d0 (patch)
tree9e0ac0a9a9945852948d90a6282f925453448b09 /Misc
parent437df905370b1f49f24c4ebce13db1ff63c3c378 (diff)
downloadcpython-19ab0fd456a79fa1fdfdb543ac423723667cb2d0.zip
cpython-19ab0fd456a79fa1fdfdb543ac423723667cb2d0.tar.gz
cpython-19ab0fd456a79fa1fdfdb543ac423723667cb2d0.tar.bz2
Issue #27731: Opt-out of MAX_PATH on Windows 10
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1a7ef76..002e4be 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -237,6 +237,8 @@ Build
Windows
-------
+- Issue #27731: Opt-out of MAX_PATH on Windows 10
+
- Issue #6135: Adds encoding and errors parameters to subprocess.
- Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to