]> granicus.if.org Git - python/commit
Create os.fsdecode(): decode from the filesystem encoding with surrogateescape
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 19 Aug 2010 01:05:19 +0000 (01:05 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 19 Aug 2010 01:05:19 +0000 (01:05 +0000)
commite8d5145e18318e0b5003371d4d666c4e445f610e
tree4777af9b6fd7369e380fb79c5ec0dd7cbed859ee
parentdbe6042f0a5b8c193efbd75cab0733bbadad4efd
Create os.fsdecode(): decode from the filesystem encoding with surrogateescape
error handler, or strict error handler on Windows.

 * Rewrite os.fsencode() documentation
 * Improve os.fsencode and os.fsdecode() tests using the new PYTHONFSENCODING
   environment variable
Doc/library/os.rst
Doc/whatsnew/3.2.rst
Lib/os.py
Lib/test/test_os.py
Misc/NEWS