Author arve_knudsen
Recipients
Date 2007-04-06.09:52:23
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I tested on Ubuntu Linux. Viewing the trunk revision of tarfile.py, I can see the bug remains. That is, TarFile.__init__ has a default value of None for the name parameter, but still it passes this parameter directly to os.path.abspath which does not expect a None value.
History
Date User Action Args
2007-08-23 15:57:54adminlinkissue1695229 messages
2007-08-23 15:57:54admincreate