]> granicus.if.org Git - python/commitdiff
If binhex is higher-level than binascii, it should come first in the chapter
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 27 Jul 2006 19:12:49 +0000 (19:12 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 27 Jul 2006 19:12:49 +0000 (19:12 +0000)
Doc/lib/lib.tex

index b7e390f68f4d1b2fdc61c234be1490936438ff94..c57e4a56d708ce9a95fe00aff05a645d3cc0aea6 100644 (file)
@@ -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}