diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2018-02-24 16:55:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-24 16:55:51 (GMT) |
commit | 42c35d9c0c8175332f50fbe034a001fe52f057b9 (patch) | |
tree | 00485d2cfcf5a47eec398a87cd6751f444978733 /Misc/NEWS.d/next/Windows | |
parent | aef1283ba428e33397d87cee3c54a5110861552d (diff) | |
download | cpython-42c35d9c0c8175332f50fbe034a001fe52f057b9.zip cpython-42c35d9c0c8175332f50fbe034a001fe52f057b9.tar.gz cpython-42c35d9c0c8175332f50fbe034a001fe52f057b9.tar.bz2 |
bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2018-02-19-13-54-42.bpo-31966._Q3HPb.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2018-02-19-13-54-42.bpo-31966._Q3HPb.rst b/Misc/NEWS.d/next/Windows/2018-02-19-13-54-42.bpo-31966._Q3HPb.rst new file mode 100644 index 0000000..042a4d8 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2018-02-19-13-54-42.bpo-31966._Q3HPb.rst @@ -0,0 +1 @@ +Fixed WindowsConsoleIO.write() for writing empty data. |