[Tutor] How to unpack python-dateutil-2.0.tar.gz

eryksun eryksun at gmail.com
Fri Oct 19 04:57:26 CEST 2012


On Thu, Oct 18, 2012 at 8:01 PM, Richard D. Moores <rdmoores at gmail.com> wrote:
>
> Python 3.2.3 64 bit
> MS Windows 7 Home Premium 64-bit SP1
> ....
> have forgotten how to unpack a .tar.gz file. Please remind me.

    shutil.unpack_archive(filename, extract_dir, 'gztar')

http://docs.python.org/release/3.2.3/library/shutil.html#shutil.unpack_archive


More information about the Tutor mailing list