]> granicus.if.org Git - python/commitdiff
Move the pprint docs after the code docs, so that all parser/codegen type
authorFred Drake <fdrake@acm.org>
Mon, 6 Oct 1997 21:26:03 +0000 (21:26 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 6 Oct 1997 21:26:03 +0000 (21:26 +0000)
things come together.

Doc/lib.tex
Doc/lib/lib.tex

index 4db67fb8a7a8d4f5fda7fc8cb4e44534428e042c..1684108159532306e254ee43729a9cd8dd054562 100644 (file)
@@ -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__
index 4db67fb8a7a8d4f5fda7fc8cb4e44534428e042c..1684108159532306e254ee43729a9cd8dd054562 100644 (file)
@@ -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__