ConfigParser module in 1.52 is buggy?

Thomas Wouters thomas at xs4all.net
Tue May 29 05:46:44 EDT 2001


On Tue, May 29, 2001 at 09:14:15AM +0000, Brian Lee wrote:

> Is ConfigParser module in Python 1.52 buggy? Follow is testing of
> ConfigParser module both of 1.52 and 2.1. The module works well in
> 2.1 but not in 1.52.

> $ cat xmlrpcserver-sx_access.conf
> [conf]

> *                       = 127.0.0.1

[ ConfigParser barfs on that in 1.5.2, but not in 2.1 ]
   
Given that 1.5.2 is older than 2.1, it's entirely likely that it's a bug in
1.5.2 ;) (Note, 1.5.2, not 1.52; the 1.x series didn't go past 1.6 (yet ;))
There were 23 (!) checkins to the ConfigParser module between 1.5.2 and 2.1,
and only 9 (*nine*) checkins before that. There really is a reason we call
2.1 'the newer version', you know :-)

-- 
Thomas Wouters <thomas at xs4all.net>

Hi! I'm a .signature virus! copy me into your .signature file to help me spread!




More information about the Python-list mailing list