On Fri, May 2, 2008 at 2:47 AM, Samuel Thibault < [EMAIL PROTECTED]> wrote:
> Sergiu Ivanov, le Thu 01 May 2008 09:16:21 +0300, a écrit : > > I suggest that I try to write a translator that will implement some > basic > > support for browsing tar files. > > Does python have some modules to browse tar files? Else I'd suggest > something for which you already have python support, so as to focus on > Hurdish matter. I don't know, whether Python has support for tar files :-) I meant writing a translator in C, because I am not aiming at writing Python bindings. I chose tar because I found sufficient (it seems to me) documentation on libtar and, what is more important, the translator I want to write will have to implement the whole fundamental functionality of a translator (sorry for the pun :-) ). OK, I embark on doing this task. Thanks for advice! scolobb