]> granicus.if.org Git - python/commit
Issue #10780: PyErr_SetFromWindowsErrWithFilename() and
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 28 Dec 2010 00:28:21 +0000 (00:28 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 28 Dec 2010 00:28:21 +0000 (00:28 +0000)
commit92be939695a43f039f3ef0d0d5fe55dc67607f70
treecf750b1451b8a13650946ec62569ba95a985c64a
parent83098a4095a66b6562db88802fec5ea108414d58
Issue #10780: PyErr_SetFromWindowsErrWithFilename() and
PyErr_SetExcFromWindowsErrWithFilename() decode the filename from the
filesystem encoding instead of UTF-8.
Doc/c-api/exceptions.rst
Include/pyerrors.h
Misc/NEWS
Python/errors.c