diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-10-02 05:27:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-02 05:27:56 (GMT) |
commit | 5ee8344aa29d3ecbebcdb1fe32ac6bb5f5e2dda3 (patch) | |
tree | abf890136ba51babf1bf442f38371105c50e6466 /Lib/test/_test_multiprocessing.py | |
parent | c6fcbb4928ced97df81d2cef6c5dcec6bc7dcab7 (diff) | |
download | cpython-5ee8344aa29d3ecbebcdb1fe32ac6bb5f5e2dda3.zip cpython-5ee8344aa29d3ecbebcdb1fe32ac6bb5f5e2dda3.tar.gz cpython-5ee8344aa29d3ecbebcdb1fe32ac6bb5f5e2dda3.tar.bz2 |
gh-97607: Fix content parsing in the impl-detail reST directive (GH-97652)
* Don't parse content as arg in the impl-detail directive
This does not change the (untranslated) output,
but ensures that the doctree node metadata is correct.
which fixes gh-97607 with the text not being translated.
It also simplifies the code and logic
and makes it consistant with the docutils built-in directives.
* Remove unused branch from impl-detail directive handling no-content case
This is not used anywhere in the docs and lacks a clear use case,
and is more likely a mistake which is now flagged at build time.
This simplifies the logic from two code paths to one,
and makes the behavior consistant with similar built-in directives
(e.g. the various admonition types).
* Further simplify impl-detail reST directive code
(cherry picked from commit e8165d47b852e933c176209ddc0b5836a9b0d5f4)
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Diffstat (limited to 'Lib/test/_test_multiprocessing.py')
0 files changed, 0 insertions, 0 deletions