diff options
author | Fred Drake <fdrake@acm.org> | 2010-10-11 19:13:04 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2010-10-11 19:13:04 (GMT) |
commit | 577acb4e30f272db9a255bbbce0a4351a1698710 (patch) | |
tree | 952223988dbc05e48bced4c34314de1e695f678f /Misc | |
parent | 5e8349e5cc42f0cbae1706cd9b6317e8dd406ee6 (diff) | |
download | cpython-577acb4e30f272db9a255bbbce0a4351a1698710.zip cpython-577acb4e30f272db9a255bbbce0a4351a1698710.tar.gz cpython-577acb4e30f272db9a255bbbce0a4351a1698710.tar.bz2 |
improve performance of writing past the end of the file for cStringIO
(http://bugs.python.org/issue10045)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -755,6 +755,7 @@ Peter Stoehr Casper Stoel Michael Stone Ken Stox +Patrick Strawderman Dan Stromberg Daniel Stutzbach Nathan Sullivan @@ -48,6 +48,9 @@ Core and Builtins Library ------- +- Issue #10045: Improved performance when writing after seeking past the + end of the "file" in cStringIO. + - Issue #9948: Fixed problem of losing filename case information. - Issue #9437: Fix building C extensions with non-default LDFLAGS. |