From: Andrew M. Kuchling Date: Thu, 27 Jul 2006 19:12:49 +0000 (+0000) Subject: If binhex is higher-level than binascii, it should come first in the chapter X-Git-Tag: v2.5b3~126 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cff784caa75b78a502453484931c8e64542a018c;p=thirdparty%2FPython%2Fcpython.git If binhex is higher-level than binascii, it should come first in the chapter --- diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index b7e390f68f4d..c57e4a56d708 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -154,8 +154,8 @@ and how to embed it in other applications. % encoding stuff \input{libbase64} -\input{libbinascii} \input{libbinhex} +\input{libbinascii} \input{libquopri} \input{libuu}