commit | 4ed673877dd91172775e0e549bd205efe2c25567 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Sep 18 08:34:39 2005 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Sep 18 08:34:39 2005 +0000 |
tree | 78feca4f3a8657755cef2b78998710106b8a1c1e | |
parent | 8b291e2d66390b8511b9e9d861e34714d40d5f5b [diff] [blame] |
Patch #1268314: Cache lines in StreamReader.readlines for performance. Will backport to Python 2.4.
diff --git a/Misc/NEWS b/Misc/NEWS index 1ffa307..5eb20ab 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -219,6 +219,8 @@ Library ------- +- Patch #1268314: Cache lines in StreamReader.readlines for performance. + - Bug #1290505: Fix clearing the regex cache for time.strptime(). - Bug #1167128: Fix size of a symlink in a tarfile to be 0.