commit | 3f767795f6784ca6bf797b055be67fce5bf2fa06 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Jun 04 19:36:28 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Jun 04 19:36:28 2006 +0000 |
tree | 851eea9180023026ef3ef2319fae871a50bb479c | |
parent | 67966bed72dc175938c4b971145c4746ac993f19 [diff] [blame] |
Patch #1359618: Speed-up charmap encoder.
diff --git a/Misc/NEWS b/Misc/NEWS index 176fa3a..50e7907 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -104,6 +104,9 @@ Library ------- +- Patch #1359618: Speed up charmap encoder by using a trie structure + for lookup. + - The functions in the ``pprint`` module now sort dictionaries by key before computing the display. Before 2.5, ``pprint`` sorted a dictionary if and only if its display required more than one line, although that