From: Fred Drake Date: Mon, 6 Oct 1997 21:26:03 +0000 (+0000) Subject: Move the pprint docs after the code docs, so that all parser/codegen type X-Git-Tag: v1.5a4~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00eb96a1263924729d097fc64db4e2e2873c6e3a;p=python Move the pprint docs after the code docs, so that all parser/codegen type things come together. --- diff --git a/Doc/lib.tex b/Doc/lib.tex index 4db67fb8a7..1684108159 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -87,8 +87,8 @@ to Python and how to embed it in other applications. \input{libimp} \input{libni} \input{libparser} -\input{libpprint} \input{libcode} +\input{libpprint} \input{libsite} \input{libuser} \input{libbltin} % really __builtin__ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 4db67fb8a7..1684108159 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -87,8 +87,8 @@ to Python and how to embed it in other applications. \input{libimp} \input{libni} \input{libparser} -\input{libpprint} \input{libcode} +\input{libpprint} \input{libsite} \input{libuser} \input{libbltin} % really __builtin__