diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-17 20:51:23 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-17 20:51:23 (GMT) |
commit | 27f26ad962b08ed77df514d529dddbd36b58a3f3 (patch) | |
tree | ade39d8c4a725c1a6a31adc0ddde855fc86f682c /Misc/NEWS | |
parent | 5d625cff07bf9a9dbe9be3b598fbaf673a3be819 (diff) | |
download | cpython-27f26ad962b08ed77df514d529dddbd36b58a3f3.zip cpython-27f26ad962b08ed77df514d529dddbd36b58a3f3.tar.gz cpython-27f26ad962b08ed77df514d529dddbd36b58a3f3.tar.bz2 |
Issue #28161: Opening CON for write access fails
Issue #28162: WindowsConsoleIO readall() fails if first line starts with Ctrl+Z
Issue #28163: WindowsConsoleIO fileno() passes wrong flags to _open_osfhandle
Issue #28164: _PyIO_get_console_type fails for various paths
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -71,6 +71,16 @@ Library Windows ------- +- Issue #28161: Opening CON for write access fails + +- Issue #28162: WindowsConsoleIO readall() fails if first line starts with + Ctrl+Z + +- Issue #28163: WindowsConsoleIO fileno() passes wrong flags to + _open_osfhandle + +- Issue #28164: _PyIO_get_console_type fails for various paths + - Issue #28137: Renames Windows path file to ._pth - Issue #28138: Windows ._pth file should allow import site |