commit | 4e7d2d481a5ab86977bd9dbafbceabec7b48883b | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon Nov 05 01:20:58 2012 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Mon Nov 05 01:20:58 2012 +0100 |
tree | 02ef7816d71ce8f7562501faa4baad5d9db2d99c | |
parent | ec8c8ae7ae8553d108d09a29e530bf6f9a95a0c3 [diff] |
Issue #15478: Oops, fix regression in os.open() on Windows os.open() uses _wopen() which sets errno, not the Windows error code.