]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-145649: Fix man page text wrapping for -X option (GH-145656) (#146015)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 16 Mar 2026 11:01:28 +0000 (12:01 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Mar 2026 11:01:28 +0000 (11:01 +0000)
commit8bc3aa9ac3bf4ccb5a95b56ffac04c3cb33b4433
treee5da3a0171091f90fa1507e85dbd913b5dd30e2e
parentcccd9dd3e476209f698344c93bdddfef3ca9af23
[3.14] gh-145649: Fix man page text wrapping for -X option (GH-145656) (#146015)

gh-145649: Fix man page text wrapping for -X option (GH-145656)

Replace hardcoded space indentation with proper troff macros
(.TP, .RS/.RE, .IP) for -X sub-options so text wraps correctly
at any terminal width.
(cherry picked from commit 36b5284f04b0a946a7d915bcd656534c9b4dbd85)

Co-authored-by: Matt Van Horn <mvanhorn@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Misc/NEWS.d/next/Documentation/2026-03-09-00-00-00.gh-issue-145649.8BcbAB.rst [new file with mode: 0644]
Misc/python.man