Skip to content

First beta: update generation of next "What's New" #245

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented May 8, 2025

For the first beta like 3.14.0b1, we create a new 3.14 branch and main is the for 3.15.

The release automation creates the new "What's New in Python 3.15" Doc/whatsnew/3.15.rst file from a template.

This PR does two things.


First, add a missing newline to the template to fix:

Doc/whatsnew/3.15.rst
  142: Bullet list ends without a blank line; unexpected unindent. [docutils]

https://github.com/python/cpython/actions/runs/14888234804/job/41813532717?pr=133588


Second, right now, we create the new file Doc/whatsnew/3.15.rst but don't add it to the toctree in Doc/whatsnew/index.rst, and get an error:

/home/runner/work/cpython/cpython/Doc/whatsnew/3.15.rst: WARNING: document isn't included in any toctree [toc.not_included]

So this PR also updates Doc/whatsnew/index.rst with the new 3.15.rst entry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant