It took me a month, but I finally got around to reading What’s New in Python 2.5. I had forgotten about some of the good stuff (try…finally…except support, ElementTree added to std library), and didn’t know about some stuff (__missing__ dict attribute, sqlite3 added to std library, datetime.strptime). Outstanding!