https://github.com/python/cpython/commit/33de482e38221ddfc70d9d4162c9fcc59701f0c9 commit: 33de482e38221ddfc70d9d4162c9fcc59701f0c9 branch: 3.15 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2026-08-12T15:38:51+03:00 summary:
[3.15] Fix description of -W message field in man page (GH-111371) (#155541) Co-authored-by: Ville Skyttä <[email protected]> files: M Misc/python.man diff --git a/Misc/python.man b/Misc/python.man index a65fb98a697b50..e9373445bce1f1 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -285,7 +285,7 @@ the remaining fields. The .I message -field must match the whole printed warning message; this match is +field must match the start of the warning message; this match is case-insensitive. The _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
