Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'happily': 0.07; 'received:verizon.net': 0.07; 'terry': 0.07; 'least)': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'am,': 0.12; 'looked': 0.15; 'history.': 0.16; 'reedy': 0.16; 'wrote:': 0.16; 'jan': 0.19; 'trying': 0.20; 'header:In-Reply-To:1': 0.22; 'welcome.': 0.23; "i'm": 0.27; 'asking': 0.27; 'modules,': 0.30; 'does': 0.32; 'header:User-Agent:1': 0.33; 'instead': 0.33; 'to:addr:python-list': 0.33; 'header:X-Complaints-To:1': 0.34; 'suggestions': 0.35; '(to': 0.36; 'received:org': 0.37; 'couple': 0.38; 'problems': 0.38; 'why': 0.39; 'subject:: ': 0.39; 'change': 0.40; 'to:addr:python.org': 0.40; 'more': 0.61; 'skip:w 40': 0.67; 'andrea': 0.84; 'ps.': 0.84; 'informed': 0.85; 'look.': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: configobj Date: Tue, 31 Jan 2012 19:21:11 -0500 References: <4F281178.70508@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-74-109-121-73.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 In-Reply-To: <4F281178.70508@gmail.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1328055685 news.xs4all.nl 6989 [2001:888:2000:d::a6]:53702 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:19666 On 1/31/2012 11:06 AM, Andrea Crotti wrote: > I have a couple of questions about configobj, which I'm happily trying > to use for this project. When asking about 3rd party modules, please include a url, so we can be sure of what you mean and even take a look. Is www.voidspace.org.uk/python/configobj.html what you mean? > PS. and why by the way ConfigObj is not in the standard lib, instead of > ConfigParser, Perhaps history. Informed suggestions for change are welcome. > which looked less complete and more cumbersome (to me at least) Does ConfigParser have the same problems you found with ConfigObj. -- Terry Jan Reedy