- Import/export of topic tree and its documentation using Python interpreter
- Better support for evolving topic tree during application development,
with "freezing" certain parts of tree
- Helper functions to transition from *arg1* to *kwargs* messaging protocol
- Improved error messages (in exceptions raised)
- PyPubSub can be installed inside other packages and will not interfere with
system-wide pubsub
- pubsubconf module moved inside pubsub package so manual install easier
- Support !**kwargs in listeners
- Support for more than one pubusb notification handler
- Multiple publisher engines in one application (for instance, in separate
threads, or for different "domains" in a large application)
- Upgraded docs
- Bug fixes, cleanup