]> granicus.if.org Git - python/commit
WindowsError.str should display the windows error code,
authorThomas Heller <theller@ctypes.org>
Fri, 27 Oct 2006 18:31:36 +0000 (18:31 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 27 Oct 2006 18:31:36 +0000 (18:31 +0000)
commitdf08f0b9a0a3de196336b6b4f158fa2325d08479
tree5a8ec68d0f1bb633c58939c64e51381d991f66f5
parent9627ce116f36ee3d68adcc2cbb8450693198212b
WindowsError.str should display the windows error code,
not the posix error code; with test.
Fixes #1576174.

Will backport to release25-maint.
Lib/test/test_exceptions.py
Misc/NEWS
Objects/exceptions.c