Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: c63ae1122f84d4188ffadfd1454902093eb10be1 https://github.com/python/cpython/commit/c63ae1122f84d4188ffadfd1454902093eb10be1 Author: Steve Dower <steve.dower at microsoft.com> Date: 2017年06月02日 (2017年6月02日) Changed paths: M Modules/_io/winconsoleio.c Log Message: ----------- bpo-30544: _io._WindowsConsoleIO.write raises the wrong error when WriteConsoleW fails (#1912) (#1925) * bpo-30544: _io._WindowsConsoleIO.write raises the wrong error when WriteConsoleW fails * bpo-30544: _io._WindowsConsoleIO.write raises the wrong error when WriteConsoleW fails