From 82eb0c65927484e3d6f6391cc6bcd5a61a3a1157 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Thu, 7 May 2026 19:27:49 +0300 Subject: [PATCH] Remove broken link --- content/posts/python-3150-beta-1/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/posts/python-3150-beta-1/index.md b/content/posts/python-3150-beta-1/index.md index bd2e7b5..b54dceb 100644 --- a/content/posts/python-3150-beta-1/index.md +++ b/content/posts/python-3150-beta-1/index.md @@ -50,9 +50,8 @@ Some of the major new features and changes in Python 3.15 are: For more details on the changes to Python 3.15, see [What’s new in Python 3.15](https://docs.python.org/3.15/whatsnew/3.15.html). The next pre-release of Python 3.15 will be 3.15.0b2, scheduled for 2026-06-02. -## Incompatible changes, removals and new deprecations +## Removals and new deprecations -- [Incompatible changes](https://docs.python.org/3.15/whatsnew/3.15.html#incompatible-changes) - Python [removals](https://docs.python.org/3.15/whatsnew/3.15.html#removed) and [deprecations](https://docs.python.org/3.15/whatsnew/3.15.html#deprecated) - C API [removals](https://docs.python.org/3.15/whatsnew/3.15.html#c-api-removed) and [deprecations](https://docs.python.org/3.15/whatsnew/3.15.html#c-api-deprecated) - Overview of all [pending deprecations](https://docs.python.org/3.15/deprecations/index.html)