Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1402 > unrolled thread

iPOPO 0.5.7 Released

Started byThomas Calmant <thomas.calmant@gmail.com>
First post2014-09-18 15:07 +0200
Last post2014-09-18 15:07 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  iPOPO 0.5.7 Released Thomas Calmant <thomas.calmant@gmail.com> - 2014-09-18 15:07 +0200

#1402 — iPOPO 0.5.7 Released

FromThomas Calmant <thomas.calmant@gmail.com>
Date2014-09-18 15:07 +0200
SubjectiPOPO 0.5.7 Released
Message-ID<mailman.14104.1411047779.18130.python-announce-list@python.org>
===========
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web