diff options
author | Steve Dower <steve.dower@microsoft.com> | 2017-02-04 23:14:18 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2017-02-04 23:14:18 (GMT) |
commit | 43fec9b419512d67e94b26f7da24c8392e835517 (patch) | |
tree | 4e5b2625a30abe9ce6ee4f761d4067aa274b3a26 /Misc | |
parent | 38dbaced03e7406bf4b27489f5c7efc9188abc67 (diff) | |
parent | 722e3e2705e1f7dbbbc2ad58e2957f9fb759ad76 (diff) | |
download | cpython-43fec9b419512d67e94b26f7da24c8392e835517.zip cpython-43fec9b419512d67e94b26f7da24c8392e835517.tar.gz cpython-43fec9b419512d67e94b26f7da24c8392e835517.tar.bz2 |
Merge issue #28164 and issue #29409
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -871,6 +871,10 @@ Library Windows ------- +- Issue #28164: Correctly handle special console filenames (patch by Eryk Sun) + +- Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun) + - Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. - Issue #25778: winreg does not truncate string correctly (Patch by Eryk Sun) |