8000 remove deprecated code by davidism · Pull Request #2276 · pallets/werkzeug · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

remove deprecated code #2276

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

Merged
merged 21 commits into from
Nov 7, 2021
Merged

remove deprecated code #2276

merged 21 commits into from
Nov 7, 2021

Conversation

davidism
Copy link
Member
@davidism davidism commented Nov 6, 2021
  • The non-standard shutdown function from the WSGI environ when running the development server.
  • Request and response mixins have all been merged into the Request and Response classes.
  • The user agent parser and the useragents module.
  • The test client response can no longer be treated as a tuple.
  • locals.get_ident and related threading.local code.
  • The python -m werkzeug.serving CLI.
  • The has_key method on some mapping datastructures.
  • Request.disable_data_descriptor
  • The no_etag parameter from Response.freeze().
  • HTTPException.wrap
  • The cookie_date function.
  • The pbkdf2_hex, pbkdf2_bin, and safe_str_cmp functions.
  • Href
  • HTMLBuilder
  • invalidate_cached_property
  • bind_arguments and validate_arguments
  • detect_utf_encoding
  • format_string
  • escape and unescape
  • cache_property internal method renamed to cache_control_property
  • run_with_reloader
  • parse_multipart_headers

@davidism davidism added this to the 2.1.0 milestone Nov 6, 2021
@davidism davidism force-pushed the remove-deprecated-code branch from 25218ed to 895ad82 Compare November 6, 2021 02:29
@davidism davidism force-pushed the remove-deprecated-code branch from 895ad82 to 683fdaf Compare November 6, 2021 02:30
@davidism davidism force-pushed the remove-deprecated-code branch from 683fdaf to 22d1e9a Compare November 6, 2021 02:36
@davidism davidism merged commit a3b4572 into main Nov 7, 2021
@davidism davidism deleted the remove-deprecated-code branch November 7, 2021 16:51
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 22, 2021
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
0