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

victor.stinner python-checkins at python.org
Fri May 7 00:06:25 CEST 2010


Author: victor.stinner
Date: Fri May  7 00:06:25 2010
New Revision: 80886

Log:
Blocked revisions 80885 via svnmerge

........
  r80885 | victor.stinner | 2010-05-07 00:05:07 +0200 (ven., 07 mai 2010) | 7 lines
  
  Issue #8603: Create a bytes version of os.environ for Unix
  
  Create os.environb mapping and os.getenvb() function, os.unsetenv() encodes str
  argument to the file system encoding with the surrogateescape error handler
  (instead of utf8/strict) and accepts bytes, and posix.environ keys and values
  are bytes.
........


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


More information about the Python-checkins mailing list