[Python-checkins] r81362 - python/branches/release31-maint

victor.stinner python-checkins at python.org
Wed May 19 22:13:55 CEST 2010


Author: victor.stinner
Date: Wed May 19 22:13:55 2010
New Revision: 81362

Log:
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.
........


Modified:
   python/branches/release31-maint/   (props changed)


More information about the Python-checkins mailing list