[Patches] [ python-Patches-822994 ] StringIO.py clean-up.
SourceForge.net
noreply at sourceforge.net
Tue Oct 14 07:43:09 EDT 2003
Patches item #822994, was opened at 2003-10-13 20:47
Message generated for change (Comment added) made by mwh
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=822994&group_id=5470
Category: Library (Lib)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Wojtek Walczak (gminick)
Assigned to: Nobody/Anonymous (nobody)
Summary: StringIO.py clean-up.
Initial Comment:
Well, a one frequently used piece of code closed into function, self.closed returns
True/False instead of 1/0, self.softspace removed because it wasn't used. Sorry for
wasting your time if you don't treat it as a clean-up ;)
----------------------------------------------------------------------
>Comment By: Michael Hudson (mwh)
Date: 2003-10-14 12:43
Message:
Logged In: YES
user_id=6656
softspace can be used, just not in this file. don't take it
out.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=822994&group_id=5470
More information about the Patches
mailing list