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

Update the config parser using code from python2.7 #183

Merged
merged 1 commit into from
Aug 17, 2014

Conversation

kmosher
Copy link

@kmosher kmosher commented Aug 12, 2014

Notably this adds support for valueless options ( e.x. the option "required" which can be added to filters which must succeed.) Most of the code comes from the "allow_no_value" kwarg support added to ConfigParser in 2.7

This was created in response to GitPython erroring out on even the most simple tasks, because we've got a required filter in the global config.

Notably this adds support for valueless options
( e.x. the option "required" which can be added to filters
which must succeed.)
@Byron
Copy link
Member

Byron commented Aug 17, 2014

Thanks a lot !

Byron added a commit that referenced this pull request Aug 17, 2014
Update the config parser using code from python2.7
@Byron Byron merged commit aa66d10 into gitpython-developers:master Aug 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants