[Patches] [ python-Patches-550555 ] short patch to buffer() documentation

noreply@sourceforge.net noreply@sourceforge.net
Wed, 01 May 2002 23:02:48 -0700


Patches item #550555, was opened at 2002-04-30 05:22
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=550555&group_id=5470

Category: Documentation
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Scott Gilbert (xscott)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: short patch to buffer() documentation

Initial Comment:
The documentation incorrectly states that objects 
returned from the buffer() builtin do not support 
concatenation or repeating.  I don't have an old 
version of Python at my disposal, but it appears from 
CVS that they do support concatenation and repeating 
since version 1.6.

----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-05-02 02:02

Message:
Logged In: YES 
user_id=3066

Fixed in Doc/lib/libstdtypes.tex revisions 1.90, 1.80.6.7,
and 1.52.4.5.  Documentation for versions prior to 2.1.x is
not being maintained.

----------------------------------------------------------------------

Comment By: Scott Gilbert (xscott)
Date: 2002-04-30 20:09

Message:
Logged In: YES 
user_id=38318

Just checked Python 1.5.2 on a Linux box at work.  The 
value returned from buffer() has supported repeat/concat 
for since at least 1.5.2.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=550555&group_id=5470