Momoko 0.4.0
— Frank — Share
A new release of Momoko! This time it’s 0.4.0. It took a while, but it’s done now. Here are the changes:
- Reorganized classes and files.
- Renamed
momoko.Clienttomomoko.AsyncClient. - Renamed
momoko.Pooltomomoko.AsyncPool. - Added a client and pool for blocking connections,
momoko.BlockingClientandmomoko.BlockingPool. - Added
PoolErrorto the import list in__init__.py. - Added an example that uses Tornado’s gen module and Swift.
- Callbacks are now optional for
AsyncClient. AsyncPoolandPollernow accept a ioloop argument. [fzzbt]- Unit tests have been added. [fzzbt]