SQLObject 3.2.0

2017-03-11 Thread Oleg Broytman
Hello! I'm pleased to announce version 3.2.0, the first stable release of branch 3.2 of SQLObject. What's new in SQLObject === Contributor for this release is Neil Muller. Minor features -- * Drop table name from ``VACUUM`` command in SQLiteConnection: SQLite

Trio: async I/O for humans and snake people

2017-03-11 Thread Nathaniel Smith
Hi all, I'd like to announce the initial release of Trio, a new permissively-licensed async I/O library for Python 3.5+. Blog post with more details: https://vorpus.org/blog/announcing-trio/ Or you can jump straight to the repo: https://github.com/python-trio/trio/ Cheers, -n -- Natha