]> granicus.if.org Git - python/commit
Blocked revisions 81291-81292 via svnmerge
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 19 May 2010 01:55:56 +0000 (01:55 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 19 May 2010 01:55:56 +0000 (01:55 +0000)
commita0f6dcead087049bee3510938b2482107e0ae2d3
tree2d6309245bca7dc11f99f46a6fc5a1f224b8f4e2
parent19531db0b8cb2c7926453d935615cbd2eb687ed1
Blocked revisions 81291-81292 via svnmerge

........
  r81291 | victor.stinner | 2010-05-18 19:17:23 +0200 (mar., 18 mai 2010) | 5 lines

  Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value.
  subprocess.Popen() and os._execvpe() support bytes program name. Add
  os.supports_bytes_environ flag: True if the native OS type of the environment
  is bytes (eg. False on Windows).
........
  r81292 | victor.stinner | 2010-05-18 19:24:09 +0200 (mar., 18 mai 2010) | 2 lines

  Add versionadded (3.2) tag to os.supports_bytes_environ documentation
........