diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-21 04:58:39 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-21 04:58:39 (GMT) |
commit | 2d754437d4759ce880c22263193f4a968735a127 (patch) | |
tree | 890ad902b6a711c3cba80c0e3fd4373d337b87fb | |
parent | 1abf0df5b42beeb56062d03abfacb528b1b5e23f (diff) | |
download | cpython-2d754437d4759ce880c22263193f4a968735a127.zip cpython-2d754437d4759ce880c22263193f4a968735a127.tar.gz cpython-2d754437d4759ce880c22263193f4a968735a127.tar.bz2 |
Add entry for copy_reg module.
-rw-r--r-- | Doc/lib.tex | 1 | ||||
-rw-r--r-- | Doc/lib/lib.tex | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index 4483a2c..f1fd33e 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -76,6 +76,7 @@ add new extensions to Python and how to embed it in other applications. \input{liboperator} \input{libtraceback} \input{libpickle} +\input{libcopyreg} \input{libshelve} \input{libcopy} \input{libmarshal} diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 4483a2c..f1fd33e 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -76,6 +76,7 @@ add new extensions to Python and how to embed it in other applications. \input{liboperator} \input{libtraceback} \input{libpickle} +\input{libcopyreg} \input{libshelve} \input{libcopy} \input{libmarshal} |