Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
Python documentation
(Uncensored)
subscribe
bz2 — Support for bzip2 compression — Python 3.14.0 documentation
https://docs.python.org/3/library/bz2.html
links
backlinks
Source code: Lib/bz2.py This module provides a comprehensive interface for compressing and decompressing data using the bzip2 compression algorithm. The bz2 module contains: The open() function and...