iPOPO 0.5.7 Released

Thomas Calmant thomas.calmant at gmail.com
Thu Sep 18 15:07:10 CEST 2014


===========
iPOPO 0.5.7
===========

iPOPO v0.5.7 has been released !

What's new in 0.5.7
===================

This version corrects most of the bugs seen in v0.5.6.

    Bundle.update() now ensures that previous global variables are forgotten
    Remote Services: added for synonyms and export.reject
    Enhanced support for IPv6 on Windows (missing constants, ...)
New features:
    Added an XMPP interface for the shell
    Added threading utility classes:
        EventData: Like threading.Event, but can store a data when the
event is set.
                   It can also propagate an exception to callers of wait()
        CountdownEvent: An event which is set after a given number of
calls to step()


You can take a look at the documentation at https://ipopo.coderxpress.net/
iPOPO is available on PyPI: https://pypi.python.org/pypi/iPOPO
Source is available on GitHub: https://github.com/tcalmant/ipopo


Feel free to send feedback on your experience of Pelix/iPOPO, via the
mailing lists:

    User list : http://groups.google.com/group/ipopo-users
    Development list : http://groups.google.com/group/ipopo-dev

Have fun !
Thomas


More information about the Python-announce-list mailing list