Blinker 1.0 released

jason kirtland jek at discorporate.us
Sun Mar 28 19:42:36 CEST 2010


I am pleased to announce the 1.0 release of Blinker.

This release is a compatibility release, enabling weakly referenced
instance method connections under Python 3.

Download it at:
http://pypi.python.org/packages/source/b/blinker/blinker-1.0.tar.gz

About
=====

Blinker provides a fast dispatching system that allows any number of
interested parties to subscribe to events, or "signals".

Blinker requires Python 2.4 or higher or Python 3.0 or higher.

Project Homepage
----------------
http://discorporate.us/projects/Blinker/

Downloads
---------
http://pypi.python.org/pypi/blinker/

Source Code
-----------
http://bitbucket.org/jek/blinker/


Changes
=======

Version 1.0
-----------

Released March 28, 2010

- Python 3.0 and 3.1 compatibility


More information about the Python-announce-list mailing list