[Patches] [ python-Patches-1539381 ] Add readinto method to StringIO and cStringIO

SourceForge.net noreply at sourceforge.net
Fri Aug 25 01:05:00 CEST 2006


Patches item #1539381, was opened at 2006-08-12 20:16
Message generated for change (Comment added) made by bcannon
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1539381&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Library (Lib)
Group: Python 2.6
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Alexander Belopolsky (belopolsky)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add readinto method to StringIO and cStringIO

Initial Comment:
Added a 'readonly' flag to buffer object constructor (needed to implement 
StringIO.readinto).

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

>Comment By: Brett Cannon (bcannon)
Date: 2006-08-24 16:04

Message:
Logged In: YES 
user_id=357491

The file object's readinto method is not meant for public
use, so adding the method to StringIO is not a good idea. 
Sorry.

Closing as rejected.

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

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


More information about the Patches mailing list