commit | d207b4f3767673a8cb54a20de26e4c10235fb78c | [log] [tgz] |
---|---|---|
author | Phillip J. Eby <pje@telecommunity.com> | Mon Mar 27 23:58:46 2006 +0000 |
committer | Phillip J. Eby <pje@telecommunity.com> | Mon Mar 27 23:58:46 2006 +0000 |
tree | 4db9291ffd13a85ad5bcc4a6aff0dd4e06b77cdb | |
parent | 849974fb560e6d7d508b9fc2eaf45f070dd72062 [diff] [blame] |
Document the contextlib module.
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index b588048..eac35de 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex
@@ -371,6 +371,7 @@ \input{libbltin} % really __builtin__ \input{libmain} % really __main__ \input{libwarnings} +\input{libcontextlib} \input{libatexit} \input{libtraceback} \input{libfuture} % really __future__