]> granicus.if.org Git - python/commit
Change WindowsError to carry the Win32 error code in winerror,
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 11 May 2006 13:28:43 +0000 (13:28 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 11 May 2006 13:28:43 +0000 (13:28 +0000)
commit879768dd97f98626c919a460a90dd0d54855de9c
tree8813f6d751a0087d8402860bc82e54ca87f0028c
parent38e3b7d2d36a2029ad86c9c23d031e5350e80d35
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.
Doc/lib/libexcs.tex
Lib/mailbox.py
Lib/tempfile.py
Misc/NEWS
PC/errmap.h [new file with mode: 0644]
PC/errmap.mak [new file with mode: 0644]
PC/generrmap.c [new file with mode: 0644]
Python/exceptions.c