]> granicus.if.org Git - python/commit
Issue #8514: Add os.fsencode() function (Unix only): encode a string to bytes
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 8 May 2010 11:10:09 +0000 (11:10 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 8 May 2010 11:10:09 +0000 (11:10 +0000)
commit449c466e7d17292c46c08ef9a458fbdc5ddb7987
tree87f02ca27a0f64708d8618012252d7678f6ac44a
parent4cda46ab9167ab6c46e1cbb6caea6fbb021605ac
Issue #8514: Add os.fsencode() function (Unix only): encode a string to bytes
for use in the file system, environment variables or the command line.
Doc/library/os.rst
Lib/os.py
Lib/subprocess.py
Misc/NEWS