diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -565,6 +565,7 @@ Bill Tutt Doobee R. Tzeck Lionel Ulmer Hector Urtubia +Dmitry Vasiliev Frank Vercruesse Jaap Vermeulen Al Vezza @@ -210,7 +210,8 @@ Library - Plugged a minor hole in tempfile.mktemp() due to the use of os.path.exists(), switched to using os.lstat() directly if possible. -- heapq.py has been converted to C for improved performance +- bisect.py and heapq.py now have underlying C implementations + for better performance - traceback.format_exc has been added (similar to print_exc but it returns a string). |