BetterBatch 0.9.4 released - Added For loops and Parallel sections

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)
participants (1)
-
mark.m.mcmahon@gmail.com