diff options
author | Steve Dower <steve.dower@microsoft.com> | 2017-02-04 23:07:46 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2017-02-04 23:07:46 (GMT) |
commit | 722e3e2705e1f7dbbbc2ad58e2957f9fb759ad76 (patch) | |
tree | 934a9999e405917ffcb1086b3e590d902a465ae3 /Misc | |
parent | eacee98679f324fca16852871e76f7be3a685b7c (diff) | |
download | cpython-722e3e2705e1f7dbbbc2ad58e2957f9fb759ad76.zip cpython-722e3e2705e1f7dbbbc2ad58e2957f9fb759ad76.tar.gz cpython-722e3e2705e1f7dbbbc2ad58e2957f9fb759ad76.tar.bz2 |
Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -146,6 +146,8 @@ 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. |