From 1df15b7c2e04554cb72e13c44b7687d3218f2f3d Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Fri, 13 Sep 2024 18:22:37 +0200 Subject: [PATCH] docs: Added deprecation note for Python 2.x to release notes. --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 244acdce..2556d29a 100755 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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/`` 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.