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.

classification
Title: ConfigParser getboolean() consistency
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: collinwinter, georg.brandl, taleinat
Priority: low Keywords: patch

Created on 2007-01-28 14:21 by taleinat, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
ConfigParser.070128.patch taleinat, 2007-01-28 14:21 ConfigParser.py - initial patch
Messages (3)
msg51808 - (view) Author: Tal Einat (taleinat) * (Python committer) Date: 2007-01-28 14:21
Minor code change - made getboolean() implementation more consistent with other get...() methods. (i.e. uses _get)

(functionality unchanged)
msg51809 - (view) Author: Collin Winter (collinwinter) * (Python committer) Date: 2007-03-06 17:33
I think the original way of expressing this was cleaner and easier to follow.
msg51810 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-03-06 19:21
I agree with Collin, there's not much point in it.
History
Date User Action Args
2022-04-11 14:56:22adminsetgithub: 44513
2007-01-28 14:21:49taleinatcreate