Skip to content

bpo-37438: Added default argument for set in configparser doc string #14455

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

Closed
wants to merge 1 commit into from
Closed

Conversation

Kriyszig
Copy link
Contributor

@Kriyszig Kriyszig commented Jun 28, 2019

Issue: 37438
Code: Definition of set in configparser

In the code mentioned above default value of argument value is None. This will use dict_type as a default value.

https://bugs.python.org/issue37438

@tirkarthi
Copy link
Member

The issue also noted about updating signature in docs at https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.set and adding a note on the behavior when allow_no_value is set.

@Kriyszig Kriyszig closed this Jul 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants