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

Make config lookups case insensitive #22

Merged
merged 1 commit into from
Sep 18, 2019

Conversation

lubomir
Copy link
Contributor

@lubomir lubomir commented Sep 18, 2019

The product names in config can be spelled in various and confusing ways. Make the lookups not care about case.

Ideally this should use casefold, but that is only available since Python 3.3. However the product names will almost certainly be ASCII only.

Fixes: NEXUS-252

The product names in config can be spelled in various and confusing
ways. Make the lookups not care about case.

Ideally this should use `casefold`, but that is only available since
Python 3.3. However the product names will almost certainly be ASCII
only.

Fixes: NEXUS-252
@lubomir lubomir merged commit a4de243 into release-engineering:master Sep 18, 2019
@lubomir lubomir deleted the case-insensitive-config branch September 18, 2019 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant