New submission from Oskar Wycislak <canto...@gmail.com>: On line 199 in tarfile.py comparison should be done without chr() because s[0] is an integer. Also on line 208 there should be no ord() for the same reason.
I think this is fixed in Python 3.3 I'm sorry for not providing a patch but it's late and I do not have mercurial installed. ---------- components: Library (Lib) messages: 152550 nosy: canto priority: normal severity: normal status: open title: Tarfile - Fixed GNU tar header base-256 handling type: crash versions: Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13935> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com