[issue15875] tarfile may not make @LongLink for non-ascii character

2013-09-03 Thread Manuke
Changes by Manuke : -- versions: +Python 3.4 ___ Python tracker <http://bugs.python.org/issue15875> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15875] tarfile may not make @LongLink for non-ascii character

2012-09-09 Thread Manuke
Manuke added the comment: I have tried your patch and it have worked completely for my test code. The patch is efficient. Thank you for your speedy work. -- ___ Python tracker <http://bugs.python.org/issue15

[issue15875] tarfile may not make @LongLink for non-ascii character

2012-09-06 Thread Manuke
New submission from Manuke: When I will make a GNU tar-file with 'tarfile', @LongLink may not be made though the name of the archived-file is long, if the name uses non-ascii characters. In tarfile.py, the check code of the filename length is described as follows now: tarfil