Skip to content

Commit

Permalink
docs: Added deprecation note for Python 2.x to release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
defnull committed Sep 13, 2024
1 parent a52ac34 commit 1df15b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ versions should not update to Bottle 0.13 and stick with 0.12 instead.

.. rubric:: Deprecated APIs

* Python 2 support is now deprecated and will be dropped with the next release.
* The old route syntax (``/hello/:name``) is deprecated in favor of the more readable and flexible ``/hello/<name>`` syntax.
* :meth:`Bottle.mount` now recognizes Bottle instance and will warn about parameters that are not compatible with the new mounting behavior. The old behavior (mount applications as WSGI callable) still works and is used as a fallback automatically.
* The undocumented :func:`local_property` helper is now deprecated.
Expand Down

0 comments on commit 1df15b7

Please sign in to comment.