commit | 3741effcf8de2af3224e20af2865b7e378e59855 | [log] [tgz] |
---|---|---|
author | Lars Gustäbel <lars@gustaebel.de> | Tue Aug 21 12:17:05 2007 +0000 |
committer | Lars Gustäbel <lars@gustaebel.de> | Tue Aug 21 12:17:05 2007 +0000 |
tree | 8787415d72087c64291b10cb75949662f0b3deab | |
parent | 4566c71e0ea13acd519b732eda3cf9d70d3a62ca [diff] |
Fall back to 'ascii' encoding if sys.getfilesystemencoding() returns None. Remove encoding and errors argument from pax create methods in TarInfo, pax always uses UTF-8. Adapt the documentation and tests to the new string/unicode concept.