Issue 1646432: ConfigParser getboolean() consistency (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/44513

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:22 admin set github: 44513
2007-01-28 14:21:49 taleinat create