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

remove deprecated code #5223

Merged
merged 1 commit into from
Aug 16, 2023
Merged

remove deprecated code #5223

merged 1 commit into from
Aug 16, 2023

Conversation

davidism
Copy link
Member

These uses showed a deprecation warning in 2.3, and are now removed for 3.0.

  • _app_ctx_stack and _request_ctx_stack are removed as places to store custom data in favor of g. The deprecation period was already extended from 2.3.
  • signals_available is removed, it's always true now that blinker is a dependency.
  • escape and Markup are no longer re-exported from markupsafe.
  • locked_cached_property is removed.
  • is_ip is removed.

@davidism davidism added this to the 3.0.0 milestone Aug 16, 2023
@davidism davidism merged commit 0e0e8dd into main Aug 16, 2023
11 checks passed
@davidism davidism deleted the remove-deprecated branch August 16, 2023 22:08
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant