]> granicus.if.org Git - python/commit
Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 27 Dec 2010 20:10:36 +0000 (20:10 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 27 Dec 2010 20:10:36 +0000 (20:10 +0000)
commitcb428f01625f99937b59431a53cc8f6013bd3cc2
treee8667e28d2233034831ec06aaaf65cb3a014c7d2
parent8e286c472b4b9c81ef2a3501ac984afe560e29a5
Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem
encoding instead of UTF-8.
Doc/c-api/exceptions.rst
Include/warnings.h
Misc/NEWS
Python/_warnings.c