diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -416,7 +416,9 @@ Library os.path.exists(), switched to using os.lstat() directly if possible. - bisect.py and heapq.py now have underlying C implementations - for better performance + for better performance. + +- heapq.py has two new functions, nsmallest() and nlargest(). - traceback.format_exc has been added (similar to print_exc but it returns a string). |