|
From: <mi...@pc...> - 2005-09-12 09:52:51
|
{emo;bugs} I've been porting all my apps and tools to use the new version of ConfigObj__. In the process I've uncovered two *more* moderately serious bugs.
We weren't unquoting keys and a comma in an inline comment could be wrongly recognised as a list (a failing in the regular expression we used).
These are now both in SVN__, along with an update to odict.py__. These include a barrage of improvements suggested by a gentleman called Tim Wegener (although it was pretty good in the first place). {sm;:-p}
This means I'll be doing a ConfigObj *Beta 5* release, along with a Pythonutils__ 0.2.2 very soon. *sigh*
__ /python/configobj.html
__ https://svn.rest2web.python-hosting.com/branches/configobj4/
__ /python/odict.html
__ /python/pythonutils.html
|