[Python-checkins] r52762 - python/trunk/Doc/lib/libbase64.tex

Georg Brandl g.brandl at gmx.net
Thu Nov 16 16:39:17 CET 2006


Thomas Heller schrieb:
> georg.brandl schrieb:
>> Author: georg.brandl
>> Date: Thu Nov 16 16:05:14 2006
>> New Revision: 52762
>> 
>> Modified:
>>    python/trunk/Doc/lib/libbase64.tex
>> Log:
>> Bug #1597576: mention that the new base64 api has been introduced in py2.4.
>> 
>> 
>> Modified: python/trunk/Doc/lib/libbase64.tex
>> ==============================================================================
>> --- python/trunk/Doc/lib/libbase64.tex	(original)
>> +++ python/trunk/Doc/lib/libbase64.tex	Thu Nov 16 16:05:14 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.
> 
> Wouldn't using \versionadded{2.4} be more appropriate?

Perhaps, but it doesn't add more information and I couldn't fit it easily into
the text flow.

Georg



More information about the Python-checkins mailing list