diff options
author | Walter Dörwald <walter@livinglogic.de> | 2005-03-18 10:28:24 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2005-03-18 10:28:24 (GMT) |
commit | 09515af5e2c23d9a363a8ef872d81c685fe29a2b (patch) | |
tree | 5e36beebb6458000b5306487b76e624e2cbaa429 | |
parent | 19b2369d426d6e5af0a3647a80ed7c43e3a70ece (diff) | |
download | cpython-09515af5e2c23d9a363a8ef872d81c685fe29a2b.zip cpython-09515af5e2c23d9a363a8ef872d81c685fe29a2b.tar.gz cpython-09515af5e2c23d9a363a8ef872d81c685fe29a2b.tar.bz2 |
Fix typo.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1199,7 +1199,7 @@ Core and builtins - 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, |