This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients BreamoreBoy, eric.araujo, fdrake, jkaufman, lukasz.langa, michael.foord, r.david.murray, ysj.ray
Date 2010-11-06.07:44:38
SpamBayes Score 2.3925695e-10
Marked as misclassified No
Message-id <1289029480.38.0.645753177638.issue5412@psf.upfronthosting.co.za>
In-reply-to
Content
Email uses 'failobj' instead of 'default'.  I find that kind of odd, but oh well.

I'm not sure how useful a single data point is, but just last month I wrote an application that uses the DEFAULT section.  Each configfile section gives a set of parameters describing certain attributes of an input file, and the DEFAULT section gives the default values for each of those parameters.  A few years ago I had an application that made heavy use of interpolation and provided for config files that would override 'earlier' config files, and I used the 'defaults' parameter to the constructor to achieve this easily.  I'm pretty sure I also added a few defaults programatically, but the memory is a bit hazy (I no longer maintain that application and I don't think it is in use any longer).
History
Date User Action Args
2010-11-06 07:44:40r.david.murraysetrecipients: + r.david.murray, fdrake, eric.araujo, michael.foord, jkaufman, ysj.ray, BreamoreBoy, lukasz.langa
2010-11-06 07:44:40r.david.murraysetmessageid: <1289029480.38.0.645753177638.issue5412@psf.upfronthosting.co.za>
2010-11-06 07:44:39r.david.murraylinkissue5412 messages
2010-11-06 07:44:38r.david.murraycreate