> > I've been working with the tarfile module and just noticed an
> > apparent flaw in my own logic. I wanted to add files to the tar
> > until it neared a certain file size. After every addition I would
> > use os.path.getsize(). What I noticed today is that I could add a
> > file to the tar wi
Adam A. Zajac wrote:
> Hello all,
>
> I've been working with the tarfile module and just noticed an apparent
> flaw in my own logic. I wanted to add files to the tar until it neared
> a certain file size. After every addition I would use
> os.path.getsize(). What I noticed today is that I could
Hello all,
I've been working with the tarfile module and just noticed an apparent
flaw in my own logic. I wanted to add files to the tar until it neared
a certain file size. After every addition I would use
os.path.getsize(). What I noticed today is that I could add a file to
the tar without th