]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Clarify how topics.py gets created. (#106121)
authorNed Batchelder <ned@nedbatchelder.com>
Mon, 10 Jul 2023 03:41:31 +0000 (20:41 -0700)
committerGitHub <noreply@github.com>
Mon, 10 Jul 2023 03:41:31 +0000 (20:41 -0700)
commitdac1e364901d3668742e6eecc2ce63586330c11f
treec13ed9bb48573adc8669d0c00499f3a92b582974
parent970982e03d34655df262e14a5efcfdc0bddc0add
Clarify how topics.py gets created. (#106121)

When changing docs, it was easy to find text in topics.py, and I
wondered whether I was supposed to edit it.  Thankfully, the top of the
file says it's auto-generated, so I knew I didn't have to edit it. But I
didn't know what started the auto-generation process.

It's part of the release process, so I'll leave a note here for future
editors.
Doc/tools/extensions/pyspecific.py