[Python-checkins] r52763 - python/branches/release25-maint/Doc/lib/libbase64.tex

georg.brandl python-checkins at python.org
Thu Nov 16 16:05:20 CET 2006


Author: georg.brandl
Date: Thu Nov 16 16:05:19 2006
New Revision: 52763

Modified:
   python/branches/release25-maint/Doc/lib/libbase64.tex
Log:
Bug #1597576: mention that the new base64 api has been introduced in py2.4.
 (backport from rev. 52762)

Modified: python/branches/release25-maint/Doc/lib/libbase64.tex
==============================================================================
--- python/branches/release25-maint/Doc/lib/libbase64.tex	(original)
+++ python/branches/release25-maint/Doc/lib/libbase64.tex	Thu Nov 16 16:05:19 2006
@@ -21,7 +21,7 @@
 decoding to and from file-like objects as well as strings, but only
 using the Base64 standard alphabet.
 
-The modern interface provides:
+The modern interface, which was introduced in Python 2.4, provides:
 
 \begin{funcdesc}{b64encode}{s\optional{, altchars}}
 Encode a string use Base64.


More information about the Python-checkins mailing list