diff options
author | Fred Drake <fdrake@acm.org> | 2001-03-23 16:21:15 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-03-23 16:21:15 (GMT) |
commit | 557c1ae1501d57a198d4efb1b0ff4d30025c5bb6 (patch) | |
tree | 033e3cabca944e18f010315d1054f97237e12533 | |
parent | 39778b705d7ef0eb6b30e552a32ce1f84d5397ba (diff) | |
download | cpython-557c1ae1501d57a198d4efb1b0ff4d30025c5bb6.zip cpython-557c1ae1501d57a198d4efb1b0ff4d30025c5bb6.tar.gz cpython-557c1ae1501d57a198d4efb1b0ff4d30025c5bb6.tar.bz2 |
Include the futures appendix.
-rw-r--r-- | Doc/ref/ref.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/ref/ref.tex b/Doc/ref/ref.tex index b0636fb..0f65ddb 100644 --- a/Doc/ref/ref.tex +++ b/Doc/ref/ref.tex @@ -58,6 +58,9 @@ C/\Cpp{} programmers in detail. \input{ref7} % Compound statements \input{ref8} % Top-level components +\appendix +\input{refa1} % Future statements and nested scopes + \input{ref.ind} \end{document} |