BetterBatch 0.9.4 released
[Posted February 19, 2010 by cook]
| From: |
| mark.m.mcmahon-AT-gmail.com |
| To: |
| undisclosed-recipients:; |
| Subject: |
| BetterBatch 0.9.4 released - Added For loops and Parallel sections |
| Date: |
| Thu, 18 Feb 2010 05:29:30 -0800 (PST) |
| Message-ID: |
| <4b7d40ba.1502be0a.4591.59c0@mx.google.com> |
| Archive-link: |
| Article, Thread
|
From: mark.m.mcmahon@gmail.com
To: python-announce@python.org
Hi,
The 0.9.4 release of BetterBatch is now available.
BetterBatch is designed as a middle ground between batch files and more powerful
languages (Python, shell scripting, etc).
The project is hosted on code.google.com: http://code.google.com/p/betterbatch/
Download from http://code.google.com/p/betterbatch/downloads/list
Here is the list of changes from the last release:
0.9.4 Added For loops and Parallel sections
------------------------------------------------------------------
17-February-2010
* Added support for basic For loops (though needs improvement)
* Added support for running steps in Parallel.
* Documentation updates
* Added support for python 2.5 (stop using shlex.split with posix argument,
use Thread.isAlive() rather than Thread.is_alive() ).
If you want to check at the home page. If you find an bug or have a suggestions
then please log an issue at http://code.google.com/p/betterbatch/issues/entry
Thanks
Mark
<P><A HREF="http://code.google.com/p/betterbatch/">BetterBatch 0.9.4</A>
Powerful, safe and simple batch language. (18-Feb-2010)
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.python.org/psf/donations/
(
Log in to post comments)