This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author canto
Recipients canto
Date 2012-02-03.18:56:30
SpamBayes Score 3.4933646e-07
Marked as misclassified No
Message-id <1328295391.26.0.207109805209.issue13935@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-02-03 18:56:31cantosetrecipients: + canto
2012-02-03 18:56:31cantosetmessageid: <1328295391.26.0.207109805209.issue13935@psf.upfronthosting.co.za>
2012-02-03 18:56:30cantolinkissue13935 messages
2012-02-03 18:56:30cantocreate