Skip to content

Conversation

@rodrigogiraoserrao
Copy link
Contributor

@rodrigogiraoserrao rodrigogiraoserrao commented Oct 26, 2025

  • Fixes badly formatted “See also” callout in concurrent.interpreters doc page:

Was:

Screenshot 2025-10-26 at 14 36 37

Local docs preview:

Screenshot 2025-10-26 at 14 38 46
  • Reorders heapq functions for the min-heap so that the order makes more sense and matches the order for the max-heap functions.

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

The only necessary tweak was deleting one space from the line with the comment '.. XXX Add references...' because the four spaces were making the whole thing be interpreted as a blockquote.
See more: https://stackoverflow.com/a/4783854
This is a more reasonable order and matches the order of the functions for the max-heap section.
Copy link
Member

@hugovk hugovk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@hugovk hugovk merged commit 9bf5100 into python:main Nov 6, 2025
44 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in Docs PRs Nov 6, 2025
@hugovk hugovk added needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes labels Nov 6, 2025
@miss-islington-app
Copy link

Thanks @rodrigogiraoserrao for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Thanks @rodrigogiraoserrao for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 6, 2025
(cherry picked from commit 9bf5100)

Co-authored-by: Rodrigo Girão Serrão <[email protected]>
@miss-islington-app
Copy link

Sorry, @rodrigogiraoserrao and @hugovk, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 9bf5100037f661f3a369d3ee539bec06f063b650 3.13

@bedevere-app
Copy link

bedevere-app bot commented Nov 6, 2025

GH-141160 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.14 bugs and security fixes label Nov 6, 2025
hugovk pushed a commit that referenced this pull request Nov 6, 2025
@bedevere-app
Copy link

bedevere-app bot commented Nov 6, 2025

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

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Nov 6, 2025
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 issue skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants