Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConfigParser.SafeConfigParser.set fails when no value provided #53760

Closed
ambv opened this issue Aug 9, 2010 · 4 comments
Closed

ConfigParser.SafeConfigParser.set fails when no value provided #53760

ambv opened this issue Aug 9, 2010 · 4 comments
Assignees
Labels
easy type-bug An unexpected behavior, bug, or error

Comments

@ambv
Copy link
Contributor

ambv commented Aug 9, 2010

BPO 9551
Nosy @freddrake, @ambv
Files
  • ConfigParser.diff
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/freddrake'
    closed_at = <Date 2010-08-10.13:11:25.794>
    created_at = <Date 2010-08-09.22:13:39.028>
    labels = ['easy', 'type-bug']
    title = 'ConfigParser.SafeConfigParser.set fails when no value provided'
    updated_at = <Date 2010-08-10.13:11:25.792>
    user = 'https://github.com/ambv'

    bugs.python.org fields:

    activity = <Date 2010-08-10.13:11:25.792>
    actor = 'fdrake'
    assignee = 'fdrake'
    closed = True
    closed_date = <Date 2010-08-10.13:11:25.794>
    closer = 'fdrake'
    components = []
    creation = <Date 2010-08-09.22:13:39.028>
    creator = 'lukasz.langa'
    dependencies = []
    files = ['18466']
    hgrepos = []
    issue_num = 9551
    keywords = ['patch', 'easy']
    message_count = 4.0
    messages = ['113490', '113507', '113509', '113533']
    nosy_count = 2.0
    nosy_names = ['fdrake', 'lukasz.langa']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = 'patch review'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue9551'
    versions = ['Python 2.7']

    @ambv
    Copy link
    Contributor Author

    ambv commented Aug 9, 2010

    Title says it all.

    @ambv ambv added easy type-bug An unexpected behavior, bug, or error labels Aug 9, 2010
    @freddrake
    Copy link
    Member

    Patch still requires a test. Sorry if I was unclear in IRC.

    @ambv
    Copy link
    Contributor Author

    ambv commented Aug 10, 2010

    Patch now includes a unit test.

    @freddrake
    Copy link
    Member

    Committed on the release27-maint branch as 83931.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    easy type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants