diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-07 03:40:11 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-07 03:40:11 (GMT) |
commit | 19ab0fd456a79fa1fdfdb543ac423723667cb2d0 (patch) | |
tree | 9e0ac0a9a9945852948d90a6282f925453448b09 /Misc | |
parent | 437df905370b1f49f24c4ebce13db1ff63c3c378 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |