Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

tarfiles usage on python 2.4.4

0 views
Skip to first unread message

tekion

unread,
Dec 18, 2009, 8:27:10 PM12/18/09
to
All,
I am using tarfile module and my python is version 2.4.4. When I call
method extractall, I am getting error method does not exist. Could
someone confirm if the method exist on python 2.4.4? Thanks

MRAB

unread,
Dec 18, 2009, 9:21:53 PM12/18/09
to pytho...@python.org

It's new in Python 2.5.

yousay

unread,
Dec 20, 2009, 7:24:57 AM12/20/09
to

dir(tarfile) check if is exist

0 new messages