Skip to content

[3.14] gh-140873: Fix the singledispatchmethod documentation - #141523

Merged
serhiy-storchaka merged 1 commit into
python:3.14from
serhiy-storchaka:docs-singledispatchmethod
Nov 18, 2025
Merged

[3.14] gh-140873: Fix the singledispatchmethod documentation#141523
serhiy-storchaka merged 1 commit into
python:3.14from
serhiy-storchaka:docs-singledispatchmethod

Conversation

@serhiy-storchaka

@serhiy-storchakaserhiy-storchaka commented Nov 13, 2025

Copy link
Copy Markdown
Member

It does not support non-descriptor callables yet.


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

It does not support non-descriptor callables yet.
@serhiy-storchakaserhiy-storchaka added docs Documentation in the Doc dir skip news labels Nov 13, 2025
@serhiy-storchakaserhiy-storchaka added the needs backport to 3.13 bugs and security fixes label Nov 13, 2025
@serhiy-storchakaserhiy-storchaka changed the title gh-140873: Fix the singledispatchmethod documentation[3.14] gh-140873: Fix the singledispatchmethod documentationNov 14, 2025
@serhiy-storchaka
serhiy-storchaka merged commit d89eb2f into python:3.14Nov 18, 2025
56 checks passed
@github-project-automationgithub-project-automationBot moved this from Todo to Done in Docs PRsNov 18, 2025
@miss-islington-app

Copy link
Copy Markdown

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

@serhiy-storchaka
serhiy-storchaka deleted the docs-singledispatchmethod branch November 18, 2025 11:16
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 18, 2025
…ythonGH-141523)
It does not support non-descriptor callables yet.
(cherry picked from commit d89eb2f)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-app

Copy link
Copy Markdown

GH-141710 is a backport of this pull request to the 3.13 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.13 bugs and security fixes label Nov 18, 2025
serhiy-storchaka added a commit that referenced this pull request Nov 18, 2025
…) (GH-141710)
It does not support non-descriptor callables yet.
(cherry picked from commit d89eb2f)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant

@serhiy-storchaka