Commit 4a57c33d authored by Guido van Rossum's avatar Guido van Rossum

Adding the heap queue algorithm, per discussion in python-dev last

week.
parent 97512166
......@@ -201,6 +201,10 @@ Extension modules
Library
- New "algorithms" module: heapq, implements a heap queue. Thanks to
Kevin O'Connor for the code and François Pinard for an entertaining
write-up explaining the theory and practical uses of heaps.
- New encoding for the Palm OS character set: palmos.
- binascii.crc32() and the zipfile module had problems on some 64-bit
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment