]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145649: Fix man page text wrapping for -X option (#145656)
authorMatt Van Horn <mvanhorn@users.noreply.github.com>
Mon, 16 Mar 2026 10:55:00 +0000 (03:55 -0700)
committerGitHub <noreply@github.com>
Mon, 16 Mar 2026 10:55:00 +0000 (11:55 +0100)
commit36b5284f04b0a946a7d915bcd656534c9b4dbd85
treed748476fbbb4736381f03a9f9db4f53937c10704
parente2e62033aa71508893eb2ffeec44432d80dc3739
gh-145649: Fix man page text wrapping for -X option (#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.

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