[Python-ideas] tarfile.extractall progress

Tarek Ziadé tarek at ziade.org
Fri Sep 1 08:23:18 EDT 2017



On Fri, Sep 1, 2017, at 02:18 PM, Paul Moore wrote:
[..]
> 
> Sounds like a reasonable enhancement, but for your particular use
> couldn't you just subclass TarFile and call your progress callback at
> the end of the extract method after the base class extract?

Yes that's what I ended up doing.  But a callable in extractall() sounds
like a simpler way to do it.



More information about the Python-ideas mailing list