Re: ConfigParser: what read('non-existent-filename') returns in 2.3.x?

2006-07-20 Thread Danil Dotsenko
Danil Dotsenko wrote: > Chris Lambacher wrote: >> On Thu, Jul 20, 2006 at 10:50:40AM -0700, Danil Dotsenko wrote: >>> Wrote a little "user-friedly" wrapper for ConfigParser for a KDE's >>> SuperKaramba widget. >>> (http://www.kde-look.org/content

Re: ConfigParser: what read('non-existent-filename') returns in 2.3.x?

2006-07-20 Thread Danil Dotsenko
Chris Lambacher wrote: > On Thu, Jul 20, 2006 at 10:50:40AM -0700, Danil Dotsenko wrote: >> Wrote a little "user-friedly" wrapper for ConfigParser for a KDE's >> SuperKaramba widget. >> (http://www.kde-look.org/content/show.php?content=32185) >> >>

ConfigParser: what read('non-existent-filename') returns in 2.3.x?

2006-07-20 Thread Danil Dotsenko
Wrote a little "user-friedly" wrapper for ConfigParser for a KDE's SuperKaramba widget. (http://www.kde-look.org/content/show.php?content=32185) I was using 2.4.x python docs as reference and ConfigParser.read('non-existent-filename') returns [] in 2.4.x One user with 2.3.x reported an error stem