Author arve_knudsen
Recipients
Date 2007-04-05.19:49:15
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The tarfile.open function supports two ways of opening a file, either indirectly by specifying its name (parameter 'name') or by passing an open file object (parameter 'fileobj'). If one only passes a file object however an exception is raised, since on line 1047 TarFile.__init__ passes the filename to os.path.abspath, regardless of whether it is None or not.
History
Date User Action Args
2007-08-23 15:57:54adminlinkissue1695229 messages
2007-08-23 15:57:54admincreate