Login
Roast topics
Find topics
Find it!
From:
Python documentation
(Uncensored)
subscribe
tarfile — Read and write tar archive files — Python 3.13.1 documentation
https://docs.python.org/3/library/tarfile.html
links
backlinks
Roast topics
Find topics
Roast it!
Source code: Lib/tarfile.py The tarfile module makes it possible to read and write tar archives, including those using gzip, bz2 and lzma compression. Use the zipfile module to read or write.zip fi...