]> granicus.if.org Git - python/commitdiff
Blocked revisions 80885 via svnmerge
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 6 May 2010 22:06:25 +0000 (22:06 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 6 May 2010 22:06:25 +0000 (22:06 +0000)
........
  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.
........


No differences found