[ python-Patches-1757683 ] Add support for seeking/writing beyond EOF to io.BytesIO

"SourceForge.net" <[email protected]> Fri, 20 Jul 2007 10:10:34 -0700
Newsgroups gmane.comp.python.patches
Message-ID <[email protected]>
Patches item #1757683, was opened at 2007-07-20 13:10
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1757683&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 3000
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Alexandre Vassalotti (avassalotti)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add support for seeking/writing beyond EOF to io.BytesIO

Initial Comment:
The patch makes BytesIO inserts null bytes between the current EOF and the new write position.

See discussion on the Python-3000 mailing list:
http://mail.python.org/pipermail/python-3000/2007-June/008592.html

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

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