]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Mention base64 module; rewrite last sentence to be more positive
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 27 Jul 2006 19:11:07 +0000 (19:11 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 27 Jul 2006 19:11:07 +0000 (19:11 +0000)
Doc/lib/libbinascii.tex

index b244b105718f1bf0669b9dbb3f3f17f34659aa70..84d29c613deebbc6d60208fcf5a4487a5d37defe 100644 (file)
@@ -9,10 +9,11 @@
 The \module{binascii} module contains a number of methods to convert
 between binary and various \ASCII-encoded binary
 representations. Normally, you will not use these functions directly
-but use wrapper modules like \refmodule{uu}\refstmodindex{uu} or
-\refmodule{binhex}\refstmodindex{binhex} instead, this module solely
-exists because bit-manipulation of large amounts of data is slow in
-Python.
+but use wrapper modules like \refmodule{uu}\refstmodindex{uu},
+\refmodule{base64}\refstmodindex{base64}, or
+\refmodule{binhex}\refstmodindex{binhex} instead. The \module{binascii} module
+contains low-level functions written in C for greater speed
+that are used by the higher-level modules.
 
 The \module{binascii} module defines the following functions: