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 rhettinger
Recipients jab, lukasz.langa, novalis_dt, rhettinger
Date 2016-04-18.04:27:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460953659.98.0.575481122666.issue25243@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure I see the point in moving this out to a separate method (i.e. I wouldn't want to see people importing configparser just to use this particular group of boolean word aliases).  In general, users would be better served by a simple dictionary that gives them the ability to say exactly which variants they want to allow ('y', 'n', 'enabled', 'disabled', etc).

Also, the preposition "from" in a method name usually indicates a classmethod that creates instances of the class where it is defined.
History
Date User Action Args
2016-04-18 04:27:40rhettingersetrecipients: + rhettinger, novalis_dt, jab, lukasz.langa
2016-04-18 04:27:39rhettingersetmessageid: <1460953659.98.0.575481122666.issue25243@psf.upfronthosting.co.za>
2016-04-18 04:27:39rhettingerlinkissue25243 messages
2016-04-18 04:27:39rhettingercreate