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.SafeConfigParser.set fails when no value provided
Type: behavior Stage: patch review
Components: Versions: Python 2.7
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: fdrake Nosy List: fdrake, lukasz.langa
Priority: normal Keywords: easy, patch

Created on 2010-08-09 22:13 by lukasz.langa, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
ConfigParser.diff lukasz.langa, 2010-08-10 06:02
Messages (4)
msg113490 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2010-08-09 22:13
Title says it all.
msg113507 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2010-08-10 04:42
Patch still requires a test.  Sorry if I was unclear in IRC.
msg113509 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2010-08-10 06:02
Patch now includes a unit test.
msg113533 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2010-08-10 13:11
Committed on the release27-maint branch as 83931.
History
Date User Action Args
2022-04-11 14:57:05adminsetgithub: 53760
2010-08-10 13:11:25fdrakesetstatus: open -> closed
keywords: - needs review
resolution: accepted
messages: + msg113533
2010-08-10 06:02:21lukasz.langasetkeywords: patch, patch, easy, needs review
files: + ConfigParser.diff
messages: + msg113509
2010-08-10 06:01:56lukasz.langasetfiles: - ConfigParser.diff
2010-08-10 04:42:26fdrakesetkeywords: patch, patch, easy, needs review

messages: + msg113507
2010-08-09 22:13:39lukasz.langacreate