commit | 09515af5e2c23d9a363a8ef872d81c685fe29a2b | [log] [tgz] |
---|---|---|
author | Walter Dörwald <walter@livinglogic.de> | Fri Mar 18 10:28:24 2005 +0000 |
committer | Walter Dörwald <walter@livinglogic.de> | Fri Mar 18 10:28:24 2005 +0000 |
tree | 5e36beebb6458000b5306487b76e624e2cbaa429 | |
parent | 19b2369d426d6e5af0a3647a80ed7c43e3a70ece [diff] [blame] |
Fix typo.
diff --git a/Misc/NEWS b/Misc/NEWS index c91fb17..bfeda83 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1199,7 +1199,7 @@ - Optimized list resize operations to make fewer calls to the system realloc(). Significantly speeds up list appends, list pops, - list comprehensions, and the list contructor (when the input iterable + list comprehensions, and the list constructor (when the input iterable length is not known). - Changed the internal list over-allocation scheme. For larger lists,