ATTENTION: for Python 3+, do not use this release, use Pypubsub 4.0.3 or later
Minor release of Pypubsub specifically for Python 2.7. It was primarily created because the source distro for 3.3 was incomplete. It was regenerated from a github commit that was post 3.3 but pre-4.0. There are no changes to the API except a couple of functions have been added for completeness although you'll probably never use them directly, they are for some of the utility classes like XML topic tree definition provider.
This release therefore
- Abandons support for easy_install
- Abandons support for arg1 protocol
- Addeds currying of subscribed listener args
- Cleans up docs
Moreover, made this release specific to Python 2.7, docs updated, and release
marked deprecated.
Attention: I highly recommend installing from the wheel file on pypi. Use the source distro on this github page only when you need the complete source.