commit | b3af1813eb5cf99766f55a0dfc0d566e9bd7c3c1 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sat Nov 08 10:24:38 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sat Nov 08 10:24:38 2003 +0000 |
tree | 521b04bd610668139d07ee16fbaa3f8ae99b6166 | |
parent | 1021c44b413ebe264a6187322447ac296a0a18a7 [diff] [blame] |
Convert heapq.py to a C implementation.
diff --git a/Misc/NEWS b/Misc/NEWS index 838cfc8..16fc119 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -104,6 +104,8 @@ Library ------- +- heapq.py has been converted to C for improved performance + - traceback.format_exc has been added (similar to print_exc but it returns a string).