Mercurial > getan
comparison ChangeLog @ 31:fa5b3b1db867
Bugfix: removed 'with' statement - replaced by try/finally (ISSUE1566).
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 31 Aug 2010 19:25:23 +0200 |
parents | fea63a224065 |
children | 4de86feae6ac |
comparison
equal
deleted
inserted
replaced
30:fea63a224065 | 31:fa5b3b1db867 |
---|---|
1 2010-08-31 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 ISSUE1566 | |
4 | |
5 * getan.py: Bugfix: removed 'with' statement, replaced by try/finally. | |
6 | |
1 2010-08-30 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 7 2010-08-30 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 8 |
3 * getan.py: Added __enter__ and __exit__ methods. The exit method is used to | 9 * getan.py: Added __enter__ and __exit__ methods. The exit method is used to |
4 stop still running projects - even if getan crashes. Therefor it was | 10 stop still running projects - even if getan crashes. Therefor it was |
5 necessary to change the method signature of stop_project() in | 11 necessary to change the method signature of stop_project() in |