summaryrefslogtreecommitdiffstats
path: root/Doc/lib/lib.tex
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2003-05-28 11:57:52 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2003-05-28 11:57:52 (GMT)
commitc428112d291a74ee309ccb7adfc2c83c05e6529c (patch)
tree6faae4f49b523eb856fc92a3cb1d6844f3ef9e30 /Doc/lib/lib.tex
parentcf9c46719c1e0d6eeeb4e5329fc10a26d7c8732e (diff)
downloadcpython-c428112d291a74ee309ccb7adfc2c83c05e6529c.zip
cpython-c428112d291a74ee309ccb7adfc2c83c05e6529c.tar.gz
cpython-c428112d291a74ee309ccb7adfc2c83c05e6529c.tar.bz2
Rename lib__future__.tex to libfuture.tex and add link in lib.tex.
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r--Doc/lib/lib.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 928371c..ba3442a 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -101,6 +101,7 @@ and how to embed it in other applications.
\input{libuser}
\input{libbltin} % really __builtin__
\input{libmain} % really __main__
+\input{libfuture} % really __future__
\input{libstrings} % String Services
\input{libstring}