FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.13] gh-141004: Mark up docs of old PyMem macros (GH-143783) by miss-islington · Pull Request #143865 · python/cpython · GitHub

/ cpython Public

[3.13] gh-141004: Mark up docs of old PyMem macros (GH-143783) - #143865

Merged
encukou merged 1 commit into
python:3.13from
miss-islington:backport-a009e78-3.13
Jan 22, 2026
Merged

[3.13] gh-141004: Mark up docs of old PyMem macros (GH-143783)#143865
encukou merged 1 commit into
python:3.13from
miss-islington:backport-a009e78-3.13

Conversation

miss-islington commented Jan 15, 2026
edited by github-actions Bot
Loading

Copy link
Copy Markdown
Contributor

These had a docs-only deprecation notice since the first version of the docs in this repo. Nowadays we call things “soft deprecated” if there's just a note in the docs.

The deprecated directive needs a version, I went with the first one that had the notice (2.0; it's not in 1.6):

Since PEP 445, they are now direct aliases; there are no (additional) binary compatibility concerns over the preferred names.
(cherry picked from commit a009e78)

Co-authored-by: Petr Viktorin encukou@gmail.com


📚 Documentation preview 📚: https://cpython-previews--143865.org.readthedocs.build/

These had a docs-only deprecation notice since the first version of the docs in this repo. Nowadays we call things “soft deprecated” if there's just a note in the docs.

The deprecated directive needs a version, I went with the first one that had the notice (2.0; it's not in 1.6):
- https://docs.python.org/release/2.0/api/memoryInterface.html
- https://docs.python.org/release/1.6/api/memoryInterface.html

Since PEP 445, they are now direct aliases; there are no (additional) binary compatibility concerns over the preferred names.
(cherry picked from commit a009e78)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
bedevere-app Bot added docs Documentation in the Doc dir skip news labels Jan 15, 2026
github-project-automation Bot moved this to Todo in Docs PRs Jan 15, 2026
encukou merged commit 9a3aea9 into python:3.13 Jan 22, 2026
31 checks passed
github-project-automation Bot moved this from Todo to Done in Docs PRs Jan 22, 2026
miss-islington deleted the backport-a009e78-3.13 branch January 22, 2026 10:52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news topic-C-API

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL