logilab-common #6809 contexts.py is syntactically incorrect wrt python2.4 [resolved]
The current implementation of tempdir uses yield inside a try/finally block, which is incorrect in python2.4. tempdir should be implemented using the full context manager protocol (i.e. __enter__ and __exit__). | |
priority | important |
---|---|
type | bug |
done in | 0.37.1 |
load | 0.100 |
load left | 0.000 |
closed by | <not specified> |