diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2003-05-28 11:57:52 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2003-05-28 11:57:52 (GMT) |
commit | c428112d291a74ee309ccb7adfc2c83c05e6529c (patch) | |
tree | 6faae4f49b523eb856fc92a3cb1d6844f3ef9e30 /Doc | |
parent | cf9c46719c1e0d6eeeb4e5329fc10a26d7c8732e (diff) | |
download | cpython-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')
-rw-r--r-- | Doc/lib/lib.tex | 1 | ||||
-rw-r--r-- | Doc/lib/libfuture.tex (renamed from Doc/lib/lib__future__.tex) | 0 |
2 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} diff --git a/Doc/lib/lib__future__.tex b/Doc/lib/libfuture.tex index bd66368..bd66368 100644 --- a/Doc/lib/lib__future__.tex +++ b/Doc/lib/libfuture.tex |