It looks like everything here is meant to be str, and regressed in 687b865b95ad.
Pytype didn't flag this, but is really confused about the range of possible
types for the dictionary values, and flagged missing lower() on various types
in this area.
Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHG56483ab91e66: wsgicgi: switch the default PATH_INFO back to str
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.