Py-Lib 0.9.1 released
The Py-Lib 0.9.1 release is out! The Py-Lib is a very important support library that PyPy uses for a lot of things – most importantly it contains py.test, which PyPy uses for testing.
This is mostly a bugfix release, with a couple of new features sneaked in. Most important changes:
- some new functionality (authentication, export, locking) in py.path's Subversion APIs
- numerous small fixes in py.test's rsession (experimental pluggable session) and generative test features
- some fixes in the py.test core
Download/Install: https://codespeak.net/py/0.9.1/download.html
Documentation/API: https://codespeak.net/py/0.9.1/index.html
UPDATE: the py-lib is now easy-installable with:
easy_install py
Comments