Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!goblin3!goblin2!goblin.stu.neva.ru!feeder1.cambriumusenet.nl!feed.tweaknews.nl!193.201.147.68.MISMATCH!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'parameter': 0.05; 'versions,': 0.05; 'names.': 0.07; 'type,': 0.07; 'python': 0.08; 'url:pypi': 0.08; 'written': 0.14; 'library': 0.15; 'from:addr:xs4all.nl': 0.16; 'ironpython,': 0.16; 'jython': 0.16; 'received:194.109': 0.16; 'received:news': 0.16; 'received:xs4all.nl': 0.16; 'tutorial.': 0.16; 'updates:': 0.16; 'method.': 0.16; 'somewhere': 0.17; 'rapidly': 0.19; 'written,': 0.19; 'programming': 0.19; 'objects': 0.23; 'runs': 0.23; 'object': 0.26; 'remote': 0.28; 'network,': 0.29; 'charset:iso-8859-15': 0.30; 'asynchronous': 0.30; 'enjoy,': 0.30; 'objects.': 0.30; 'received:18': 0.30; 'received:mit.edu': 0.30; 'pure': 0.32; 'header:X-Complaints-To:1': 0.32; 'generally': 0.33; 'header:User-Agent:1': 0.35; 'using': 0.35; 'skip:o 20': 0.37; 'takes': 0.37; 'minimal': 0.37; 'platforms': 0.37; 'url:python': 0.38; 'hello,': 0.38; 'url:org': 0.38; 'but': 0.38; 'execute': 0.38; 'almost': 0.60; 'results': 0.60; 'your': 0.60; 'designed': 0.65; 'care': 0.72; 'to:addr:moderators.isc.org': 0.73; '100%': 0.80; 'calls,': 0.84 Delivered-To: comp-lang-python-announce@moderators.isc.org To: comp-lang-python-announce@moderators.isc.org Date: Mon, 20 Jun 2011 00:01:36 +0200 From: Irmen de Jong User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 Newsgroups: comp.lang.python.announce Subject: Pyro 4.7 released. Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Mon, 20 Jun 2011 22:35:44 +0200 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: python-list@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Message-ID: Lines: 30 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1308602146 news.xs4all.nl 49048 [::ffff:82.94.164.166]:54169 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python.announce:194 Hello, Pyro 4.7 has just been released! Get it from Pypi: http://pypi.python.org/pypi/Pyro4/ Updates: * AutoProxy feature! Pyro objects are replaced by proxies automatically. * Asynchronous method calls: do a call and get the results somewhere in the future. * One-line-server-setup using Pyro4.Daemon.serveSimple * nameserver.register() behavior change: overwrites existing names. * added Pyro4.util.excepthook that you can use for sys.excepthook * part of the new manual has been written, including a tutorial. Pyro = Python Remote Objects. It is a library that enables you to build applications in which objects can talk to each other over the network, with minimal programming effort. You can just use normal Python method calls, with almost every possible parameter and return value type, and Pyro takes care of locating the right object on the right computer to execute the method. It is designed to be very easy to use, and to generally stay out of your way. But it also provides a set of powerful features that enables you to build distributed applications rapidly and effortlessly. Pyro is written in 100% pure Python and therefore runs on many platforms and Python versions, including Python 2.x, Python 3.x, IronPython, Jython and Pypy. Enjoy, Irmen de Jong