commit | 577acb4e30f272db9a255bbbce0a4351a1698710 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Mon Oct 11 19:13:04 2010 +0000 |
committer | Fred Drake <fdrake@acm.org> | Mon Oct 11 19:13:04 2010 +0000 |
tree | 952223988dbc05e48bced4c34314de1e695f678f | |
parent | 5e8349e5cc42f0cbae1706cd9b6317e8dd406ee6 [diff] [blame] |
improve performance of writing past the end of the file for cStringIO (http://bugs.python.org/issue10045)
diff --git a/Misc/NEWS b/Misc/NEWS index 613afd9..d86f34f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -48,6 +48,9 @@ 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.