diff options
author | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2010-10-11 16:02:48 +0200 |
---|---|---|
committer | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2010-10-11 16:02:48 +0200 |
commit | 3c07cd6f09f15fd991540623f1812b6b78769891 (patch) | |
tree | 3428d935953fef3e26b49a86c76b816581fdfad4 | |
parent | e2dd70f5874f476658523b1acf89cf003f21b43a (diff) | |
download | logilab-common-3c07cd6f09f15fd991540623f1812b6b78769891.tar.gz |
update ChangeLog
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ ChangeLog for logilab.common ============================ +-- + * configuration: fix pb with option names as unicode string w/ + python 2.5. Makes OptionError available through the module + + * testutils: text_to_dict skip comments (# lines) + * compat: dropped some 2.2 compat + * modutils: Consider arch-specific installation for STD_LIB_DIR definition 2010-09-28 -- 0.52.0 * testlib is now based on unittest2, to prepare its own extinction. |