mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Patch implementing bz2 module.
* setup.py (PyBuildExt.detect_modules): Included bz2 module detection. * Modules/bz2module.c * Lib/test/test_bz2.py * Doc/lib/libbz2.tex Included files implementing, testing, and documenting bz2 module. * Doc/Makefile.deps * Doc/lib/lib.tex Include references to libbz2.tex. * Misc/NEWS (Library): Mention distutils' c++ linkage patch, and new bz2 module.
This commit is contained in:
parent
6b016852f8
commit
f8ca8364c9
7 changed files with 2578 additions and 0 deletions
|
@ -169,6 +169,7 @@ and how to embed it in other applications.
|
|||
\input{libbsddb}
|
||||
\input{libzlib}
|
||||
\input{libgzip}
|
||||
\input{libbz2}
|
||||
\input{libzipfile}
|
||||
\input{libreadline}
|
||||
\input{librlcompleter}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue