From: mark.m.mcma...@gmail.com
To: python-annou...@python.org

Hi,

The 0.9.5 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
Or discuss at http://groups.google.com/group/betterbatch-discuss/topics

Here is the list of changes from the last release:

0.9.5 Added For loops and Parallel sections
------------------------------------------------------------------
01-March-2011
 
 * Huge refactoring of the code. Removed Step.replace_vars() methods and 
   instead added a 'phase' parameter to execute. This makes the code simpler
   and reduces some duplication. Testing is now done by using 
   ``step.exectute(..., phase = "test")`` and execution by using 
   ``step.exectute(..., phase = "run")``.
 * Escape < and > in the output of commands.
 * Add many new tests overall coverage now 95%.
 * Added debug option (prints tracebacks on error).
 * Fixed `issue 1 <http://code.google.com/p/betterbatch/issues/detail?id=1>`_

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.5</A>
Powerful, safe and simple batch language. (01-Mar-2010)
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Reply via email to