]> granicus.if.org Git - python/commit
Bug #1704156: Support for unicode strings as input filenames is
authorLars Gustäbel <lars@gustaebel.de>
Sat, 21 Apr 2007 12:20:09 +0000 (12:20 +0000)
committerLars Gustäbel <lars@gustaebel.de>
Sat, 21 Apr 2007 12:20:09 +0000 (12:20 +0000)
commit8ff1f6a69e967951fb4de3049fbb847aacc901c8
tree72966eedc9693aa0aaf548b42e9963753be244aa
parent93a3603c671894c1b5479c36464c9bf52efa0aba
Bug #1704156: Support for unicode strings as input filenames is
neither documented nor intended but works in Python 2.4 under certain
conditions. This stopped working in 2.5 because struct.pack is used.
This small patch restores the old behaviour. A more solid solution is
planned for 2.6.
Lib/tarfile.py