From: Victor Stinner Date: Wed, 19 May 2010 20:13:55 +0000 (+0000) Subject: Blocked revisions 81358 via svnmerge X-Git-Tag: v3.1.3rc1~738 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20c043b40cf6da38ca90897827f80c8811dcade4;p=python Blocked revisions 81358 via svnmerge ........ r81358 | victor.stinner | 2010-05-19 18:53:30 +0200 (mer., 19 mai 2010) | 4 lines Issue #8589: Decode PYTHONWARNINGS environment variable with the file system encoding and surrogateespace error handler instead of the locale encoding to be consistent with os.environ. Add PySys_AddWarnOptionUnicode() function. ........ ---