[New-bugs-announce] [issue5869] 100th character truncation in 2.4 tarfile.py

Neville Bagnall report at bugs.python.org
Tue Apr 28 20:53:40 CEST 2009


New submission from Neville Bagnall <neville.bagnall at propylon.com>:

When tarinfo.name is exactly 100 characters long, the last character is
truncated in the tarfile

Attached patch contains the extremely simple fix.

----------
components: Library (Lib)
files: tarfile.patch
keywords: patch
messages: 86759
nosy: neville.bagnall
severity: normal
status: open
title: 100th character truncation in 2.4 tarfile.py
type: behavior
versions: Python 2.4
Added file: http://bugs.python.org/file13806/tarfile.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5869>
_______________________________________


More information about the New-bugs-announce mailing list