Changeset 291 for trunk/CHANGES


Ignore:
Timestamp:
04/29/13 17:34:36 (11 years ago)
Author:
bas
Message:

preparing for release 4.3.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGES

    r290 r291  
    44   Author: Bas van der Vlies
    55
    6 =========== 4.3.4
     6 * Added an example how to make use of the EVENT status message:
     7    - examples/pbs_script.sh
     8   Author: Bas van der Vlies
     9
     10 * implemented __nonzero__ for PBS dictionary, closes #33, eg:
     11    status = getjob(id)
     12    if status:
     13        do something
     14    else:
     15        no job
     16  Author: Bas van der Vlies
     17
    718 * PBSQuery bugfix. getjob() can now handle short jobname, eg:
    819    * p.getjob('6073545')
Note: See TracChangeset for help on using the changeset viewer.