commit | 879768dd97f98626c919a460a90dd0d54855de9c | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu May 11 13:28:43 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu May 11 13:28:43 2006 +0000 |
tree | 8813f6d751a0087d8402860bc82e54ca87f0028c | |
parent | 38e3b7d2d36a2029ad86c9c23d031e5350e80d35 [diff] |
Change WindowsError to carry the Win32 error code in winerror, and the DOS error code in errno. Revert changes where WindowsError catch blocks unnecessarily special-case OSError.