Patches item #1180305, was opened at 2005-04-10 13:15 Message generated for change (Comment added) made by rhettinger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1180305&group_id=5470
Category: Documentation Group: None >Status: Closed >Resolution: Out of Date Priority: 5 Submitted By: Georg Brandl (gbrandl) Assigned to: Nobody/Anonymous (nobody) Summary: clarify behavior of StringIO objects when preinitialized Initial Comment: This patch clarifies that a StringIO object, when given a value in the constructor, behaves like a file opened with mode 'r+': the file pointer is positioned at the beginning, and write() overwrites the previous string. ---------------------------------------------------------------------- >Comment By: Raymond Hettinger (rhettinger) Date: 2005-04-10 22:09 Message: Logged In: YES user_id=80475 Already fixed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1180305&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
