Python 2.5 release
I was checking out the release notes for Python 2.5. Nothing in the language features section was particularly interesting to me (honestly, most of that stuff needs to be run through the Ian Bicking filter before I really understand it’s usefulness). The ability to pass info into a generator is kind of neat.
However, one thing that does stand out is the inclusion of sqlite3 in the standard library
Although it’s easy enough to install, that’s a definite plus for ease of use, and confidence in distributing code that’s backed in some way by sqlite. +1
