Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 523776c3419f6795e78173d53c10e35ec4eed48d https://github.com/python/cpython/commit/523776c3419f6795e78173d53c10e35ec4eed48d Author: Segev Finer <segev208 at gmail.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) * bpo-30544: _io._WindowsConsoleIO.write raises the wrong error when WriteConsoleW fails * bpo-30544: _io._WindowsConsoleIO.write raises the wrong error when WriteConsoleW fails