commit | 20c043b40cf6da38ca90897827f80c8811dcade4 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Wed May 19 20:13:55 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Wed May 19 20:13:55 2010 +0000 |
tree | 6e910299965911406472c13579a9395f657eba02 | |
parent | 671b016022abacc575384024732383c1bb60a10b [diff] |
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. ........