]> granicus.if.org Git - python/commit
Patch by Christian Tismer for Win32, to use FormatMessage() instead of
authorGuido van Rossum <guido@python.org>
Wed, 21 Apr 1999 15:27:31 +0000 (15:27 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 21 Apr 1999 15:27:31 +0000 (15:27 +0000)
commit743007d2fe6c7ceb5232c2b9e4dbaeb232635dce
treece5176ad0c5dcb6b89904ba18b0460b8b3bbc46d
parent085b8121eb04b6f563b23784f5761f579ed22b3d
Patch by Christian Tismer for Win32, to use FormatMessage() instead of
strerror().  This improves the quality of the error messages.
Python/errors.c