diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-06-16 05:42:57 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-06-16 05:42:57 (GMT) |
commit | 52e155e31bd6801b322420c9d95defd56cb5ca47 (patch) | |
tree | 7499e2c13e7347b4bb988a226f9916932813fd71 /Misc | |
parent | a7259597f1f9ef389012010d7b8a02ebcf7396e7 (diff) | |
download | cpython-52e155e31bd6801b322420c9d95defd56cb5ca47.zip cpython-52e155e31bd6801b322420c9d95defd56cb5ca47.tar.gz cpython-52e155e31bd6801b322420c9d95defd56cb5ca47.tar.bz2 |
Reformat decl of new _PyString_Join. Add NEWS blurb about repr() speedup.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -126,6 +126,9 @@ Core faster now. Thanks to Christian Tismer for pointing out the cause and the nature of an effective cure (last December! better late than never). +- repr() is much faster for large containers (dict, list, tuple). + + Library - A new function fnmatch.filter to filter lists of file names was added. |