Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1402
| Return-Path | <thomas.calmant@gmail.com> |
|---|---|
| X-Original-To | python-announce-list@python.org |
| Delivered-To | python-announce-list@mail.python.org |
| X-Spam-Status | OK 0.055 |
| X-Spam-Evidence | '*H*': 0.89; '*S*': 0.00; 'url:pypi': 0.03; 'variables': 0.07; '===========': 0.09; 'propagate': 0.09; 'url:github': 0.09; 'windows': 0.15; 'corrects': 0.16; 'to:addr :python-announce-list': 0.16; 'exception': 0.16; 'skip:= 10': 0.16; 'shell': 0.22; 'enhanced': 0.24; 'source': 0.25; 'to:no real name:2**1': 0.29; 'message-id:@mail.gmail.com': 0.30; 'interface': 0.32; 'url:python': 0.33; 'bugs': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'set.': 0.36; 'url:org': 0.36; 'list': 0.37; 'feedback': 0.38; 'remote': 0.38; 'previous': 0.38; 'to:addr:python.org': 0.39; 'mailing': 0.39; 'most': 0.60; 'free': 0.61; 'new': 0.61; 'url:group': 0.63; 'to:2**2': 0.65; 'thomas': 0.65; 'features:': 0.84; 'forgotten': 0.91; 'lists:': 0.91; 'services:': 0.93 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=iuS7sUIYOmos0ZgPIe+0EkVBbfi1rrNAhJBF4Peuj74=; b=wt/frLarfZczL7Y1H0JillWkqsd78QLvrshbLi5njo9zpCcvKNJ3Wa2ji7WOJOzDr0 J2GHbh6yuAFD+1RsJmZH6ja33Yg+mHdFzduxMX+cRIQIKMgBIMouJQF5Hwrdg3OxoCT8 tXWh5buK4tvux0D+nQ5KNL8mMR0PDh4ut44aag19NcHulzdxh3fzDvGnj+ATX94N0i3s ez53zjIFeOgs+r2fkt+qZoSr3PaQeDujoZyz+HCWu1V8fo9gx9wlcPROLSU1s8o+/g1C 4yjWQOrqho/SEB4WmKALYynjlobhEODvVZdmomv4vX2rP/rfEUvKIYAFivqvIQYiS5kU RhFg== |
| MIME-Version | 1.0 |
| X-Received | by 10.224.99.7 with SMTP id s7mr8096132qan.73.1411045630798; Thu, 18 Sep 2014 06:07:10 -0700 (PDT) |
| Date | Thu, 18 Sep 2014 15:07:10 +0200 |
| Subject | iPOPO 0.5.7 Released |
| From | Thomas Calmant <thomas.calmant@gmail.com> |
| To | "ipopo-dev@googlegroups.com" <ipopo-dev@googlegroups.com>, ipopo-users@googlegroups.com, python-announce-list@python.org |
| X-Mailman-Approved-At | Thu, 18 Sep 2014 15:42:59 +0200 |
| Content-Type | text/plain; charset=UTF-8 |
| X-Content-Filtered-By | Mailman/MimeDel 2.1.15 |
| X-BeenThere | python-announce-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| Reply-To | python-list@python.org |
| List-Id | Announcement-only list for the Python programming language <python-announce-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-announce-list/> |
| List-Post | <mailto:python-announce-list@python.org> |
| List-Help | <mailto:python-announce-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe> |
| Approved | python-announce-list@python.org |
| Newsgroups | comp.lang.python.announce |
| Message-ID | <mailman.14104.1411047779.18130.python-announce-list@python.org> (permalink) |
| Lines | 37 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1411047779 news.xs4all.nl 2910 [2001:888:2000:d::a6]:34647 |
| X-Complaints-To | abuse@xs4all.nl |
| Path | csiph.com!usenet.pasdenom.info!bete-des-vosges.org!feed.ac-versailles.fr!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
| Xref | csiph.com comp.lang.python.announce:1402 |
Show key headers only | View raw
===========
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
Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
iPOPO 0.5.7 Released Thomas Calmant <thomas.calmant@gmail.com> - 2014-09-18 15:07 +0200
csiph-web