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

Fix broken URLInfo.query_map attribute #480

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chosak
Copy link

@chosak chosak commented Oct 20, 2023

Accessing the URLInfo.query_map attribute generates a RecursionError due to a bug in the URLInfo.query_to_map method. This commit fixes that and adds tests to validate the documented behavior.

I remembered to:

  • Update or add unit tests if needed
  • Made sure stray files or whitespace didn't get committed
  • Read the guidelines for contributing

Changes:

  • Fix bug in URLInfo.query_to_map
  • Add unit tests for URLInfo.query_map

Accessing the URLInfo.query_map attribute generates a RecursionError
due to a bug in the URLInfo.query_to_map method. This commit fixes that
and adds tests to validate the documented behavior.
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.

1 participant