[Patches] [ python-Patches-695710 ] fix bug 678519: cStringIO self iterator

SourceForge.net noreply@sourceforge.net
Tue, 11 Mar 2003 18:35:08 -0800


Patches item #695710, was opened at 2003-03-01 19:49
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=695710&group_id=5470

Category: Modules
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Michael Stone (mbrierst)
Assigned to: Raymond Hettinger (rhettinger)
Summary: fix bug 678519: cStringIO self iterator

Initial Comment:

StringIO.StringIO already appears to be
a self-iterator.  This patch makes cStringIO.StringIO
a self-iterator as well.

It also does a tiny bit of cleanup to cStringIO.


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

>Comment By: Michael Stone (mbrierst)
Date: 2003-03-12 02:35

Message:
Logged In: YES 
user_id=670441

I prefer that too, but I can't attach patches to
existing bug reports in sourceforge, only
to bug reports or patches I open myself.
Nor can I delete patches I have attached
if I don't like them.

Actually, the advice I read somewhere or
other (python.org developer faq?) recommends
opening a separate patch all the time, but
I'd rather be able to put them with the bug reports.

I used to paste patches directly into the text
of a message, but this is only good for extremely
short patches on sourceforge.  When doing that
I noticed that patches for old bugs that haven't
been discussed in a few months tend to get ignored,
which is another plus for opening a separate patch.
(There seem to be several very old bugs which
have solutions attached or discussion indicates they
should be closed)

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

Comment By: Raymond Hettinger (rhettinger)
Date: 2003-03-12 01:44

Message:
Logged In: YES 
user_id=80475

I don't know about the other reviewers but I prefer that the 
patches be attached to the original bug instead on a new 
patch tracker on SF.  This makes it easier to follow the 
dialogue on this issue.

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

Comment By: Michael Stone (mbrierst)
Date: 2003-03-05 22:16

Message:
Logged In: YES 
user_id=670441

patchcstrio2 is a better version, more
cleaned up.  Use it instead.


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

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