Skip to content

removed unused property#1477

Open
hizinberg wants to merge 1 commit into
bottlepy:masterfrom
hizinberg:new_branch
Open

removed unused property#1477
hizinberg wants to merge 1 commit into
bottlepy:masterfrom
hizinberg:new_branch

Conversation

@hizinberg
Copy link
Copy Markdown

environ['route.handle'] and environ['bottle.route'] store the same value, making environ['route.handle'] redundant

Copy link
Copy Markdown

@themavik themavik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dropping environ["route.handle"] removes duplicate state alongside bottle.route. nit: WSGI middleware that still reads route.handle loses that key—mention in release notes if it was public.

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.

3 participants