Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:released': 0.03; 'c++,': 0.07; 'python': 0.08; 'release,': 0.09; 'c++': 0.12; 'extension': 0.14; '0.3': 0.16; 'released.': 0.16; 'url:code': 0.17; 'interface': 0.21; 'code': 0.24; 'library.': 0.25; 'modules': 0.26; 'message-id:@mail.gmail.com': 0.28; 'austin': 0.30; 'done': 0.32; 'received:209.85.216.46': 0.34; 'received :mail-qw0-f46.google.com': 0.34; 'embedding': 0.35; 'module.': 0.35; 'received:google.com': 0.37; 'received:209.85': 0.37; 'to:addr:python-announce-list': 0.37; 'some': 0.38; 'url:google': 0.38; 'received:209': 0.39; 'to:addr:python.org': 0.39; 'url:p': 0.63; 'situations.': 0.67 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=90eA+6tKn1gHv/dVWtR7HfsZ2krqQ7JhRbJXvF9zvpY=; b=XO93zP+jt3DPDN/sKWdIFtppR2s8JwqI0iyN5KweeEBCqeKBytjFX+ddQq1WPN8dWg NC+dZgbfWRi0OWs6dDMvl/2mmmYAiSvz+Nma+an4REwl3XDIo2JiWJGLxxB8aKK/iq1N EqCTvMW63954aypzwq2qtAfhG2fMh1lRFGzHQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=uDCmKMzLKh4SOSuZYNsMDo+D/5o6k116hyRwfBH/PlWwOqAkQnlcqQsDo8qHi0CP5i ghJ3Z0fZDn6BUPFp9uRcaacKvozcDyBJr2KhOpdfUBTGbqz9Lmaf3r8oh/pefOYr3cyg Pf5rU9wjnaxPndR/3QgPoLWruqB1zwkK9I+5E= MIME-Version: 1.0 Date: Wed, 8 Jun 2011 21:20:57 +0200 Subject: ackward 0.3 released From: Austin Bingham To: python-announce-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-Mailman-Approved-At: Fri, 10 Jun 2011 21:13:01 +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 Newsgroups: comp.lang.python.announce Message-ID: Lines: 14 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1307733182 news.xs4all.nl 49042 [::ffff:82.94.164.166]:53088 X-Complaints-To: abuse@xs4all.nl Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.stben.net!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeder.news-service.com!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Xref: x330-a1.tempe.blueboxinc.net comp.lang.python.announce:176 ackward 0.3 has been released. ackward is a boost.python-based C++ interface to parts of the Python standard library. It aims to simplify the use of Python modules in C++, both for embedding and extension situations. This release is largely a clean-up and documentation release, with some work done in the UUID module. You can get the code at: http://code.google.com/p/ackward/ Austin