From: Michael F. <mi...@pc...> - 2005-11-03 08:36:59
|
Hello all, Just to clarify - ConfigObj *is* in the latest bazaar (0.6) distribution. It's used to read the bazaar.conf and branches.conf config files. They create a subclass of ConfigObj because they add two methods. One is to fetch a 'boolean' value (turn 'Yes' to ``True``), which used to be in ConfigObj 3. I'm thinking of adding this as a section method. The other method they have looks like support for legacy code. This is good news. Fuzzyman http://www.voidspace.org.uk/python Michael Foord wrote: > Hello all, > > (Well - both of you actually, but hello anyway). > > I discovered yesterday that ConfigObj is being used in the development > version of bazaar (a Python distributed SCC system). This is a > reasonably high profile project - so it will be nice to see if ConfigObj > makes it into the released version. > > http://bazaar-ng.org/bzr/bzr.dev/NEWS > > Thought you might like to know. :-) It's pretty popular - ConfigObj and > pythonutils (which has ConfigObj in it) get around ten downloads a day > via voidspace. Based on my own habits (I use about one in thirty of > code/projects that I download) that means a new user every three days. > > Unfortunately due to email problems - please use > fuz...@vo... (time to consider losing the pcblokes address > I think). > > All the best, > > Fuzzyman > http://www.voidspace.org.uk/python > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Configobj-develop mailing list > Con...@li... > https://lists.sourceforge.net/lists/listinfo/configobj-develop > > > |