]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport:
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 26 Mar 2006 04:10:42 +0000 (04:10 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 26 Mar 2006 04:10:42 +0000 (04:10 +0000)
commita8de08daefd6a10f952f57f9969e393220f890c1
treedeb864c954b4298e66f1b25007abeac0f66a7502
parentd9578f96ef8d85fc18c6b35ad0872d02609ad8a3
Backport:
Handle sys.getfilesystemencoding() returning None.
ascii seems like the safest bet, it should exist.  I wonder if utf-8
would be a better choice?  This should get test_fileinput passing on OpenBSD.
Lib/test/test_fileinput.py