From: Raymond Hettinger Date: Thu, 29 Jan 2004 07:35:45 +0000 (+0000) Subject: Add documentation for collections.deque(). X-Git-Tag: v2.4a1~885 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd256d97ccb301ad5a56a8316770baa05558c4eb;p=python Add documentation for collections.deque(). --- diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index c8cb73bc81..56ae04fb46 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -125,6 +125,7 @@ and how to embed it in other applications. \input{librandom} \input{libwhrandom} \input{libbisect} +\input{libcollections} \input{libheapq} \input{libarray} \input{libsets}