diff options
author | Sylvain Thenault <sylvain.thenault@logilab.fr> | 2008-12-01 12:17:31 +0100 |
---|---|---|
committer | Sylvain Thenault <sylvain.thenault@logilab.fr> | 2008-12-01 12:17:31 +0100 |
commit | fe96749a89947c80e1b66db8b6eeddc0bc7664fb (patch) | |
tree | a587a26221dbd4ad633b97c759337a2fba910274 | |
parent | 4b0fc439839867bcbf136772d110e6a1c539be44 (diff) | |
download | logilab-common-fe96749a89947c80e1b66db8b6eeddc0bc7664fb.tar.gz |
update change log
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,6 +1,14 @@ ChangeLog for logilab.common ============================ +-- + * contexts: new module for context managers, keeping py <2.4 syntax compat + for distribution (only `tempdir` cm for now) + * tasksqueue: new module containing a class to handle prioritized tasks queue + * proc: new module for process information / resource control + * optik_ext: new time/bytes option types, using textutils conversion function + + 2008-10-30 -- 0.36.0 * configuration: - option yn is now behaving like a flag (i.e --ex : if ex.default=True and --ex in sys.args then ex.value=False) |