#1123083 python3.13.1: Some remarks and a patch with editorial changes for this man page

Package:
python3.13-minimal
Source:
python3.13-minimal
Description:
Minimal subset of the Python language (version 3.13)
Submitter:
Bjarni Ingi Gislason
Date:
2026-06-08 17:37:09 UTC
Severity:
normal
Tags:
#1123083#5
Date:
2025-12-16 18:58:03 UTC
From:
To:
Dear Maintainer,

From "/usr/share/doc/debian/bug-reporting.txt.gz":

  Don't file bugs upstream

   If you file a bug in Debian, don't send a copy to the upstream software
   maintainers yourself, as it is possible that the bug exists only in
   Debian. If necessary, the maintainer of the package will forward the
   bug upstream.

-.-

  I do not send reports upstream if I have to get an account there.
The Debian maintainers have one already.

  If I get a negative (or no) response from upstream, I send henceforth
bugs to Debian.

-.-

   * What led up to the situation?

     Checking for defects with a new version

test-[g|n]roff -mandoc -t -K utf8 -rF0 -rHY=0 -rCHECKSTYLE=0 -ww -z < "man page"

  [Use

grep -n -e ' $' -e '\\~$' -e ' \\f.$' -e ' \\"' <file>

  to find (most) trailing spaces.]

  ["test-groff" is a script in the repository for "groff"; is not shipped]
(local copy and "troff" slightly changed by me).

  [The fate of "test-nroff" was decided in groff bug #55941.]

   * What was the outcome of this action?


Output from "test-nroff  -mandoc -t -K utf8 -rF0 -rHY=0 -rCHECKSTYLE=0 -ww -z ":

an.tmac:<stdin>:174: warning: cannot nest .TP or .TQ inside .TP; supply a tag
an.tmac:<stdin>:274: misuse, warning: .IB is for at least 2 arguments, got 1
	Use macro '.I' for one argument or split the argument.
an.tmac:<stdin>:507: misuse, warning: .IB is for at least 2 arguments, got 1
	Use macro '.I' for one argument or split the argument.
an.tmac:<stdin>:512: misuse, warning: .IR is for at least 2 arguments, got 1
	Use macro '.I' for one argument or split the argument.
an.tmac:<stdin>:585: misuse, warning: .IB is for at least 2 arguments, got 1
	Use macro '.I' for one argument or split the argument.
an.tmac:<stdin>:587: misuse, warning: .IB is for at least 2 arguments, got 1
	Use macro '.I' for one argument or split the argument.
an.tmac:<stdin>:592: misuse, warning: .IR is for at least 2 arguments, got 1
	Use macro '.I' for one argument or split the argument.
an.tmac:<stdin>:602: misuse, warning: .IR is for at least 2 arguments, got 1
	Use macro '.I' for one argument or split the argument.
an.tmac:<stdin>:682: misuse, warning: .IB is for at least 2 arguments, got 1
	Use macro '.I' for one argument or split the argument.
an.tmac:<stdin>:689: misuse, warning: .IR is for at least 2 arguments, got 1
	Use macro '.I' for one argument or split the argument.


   * What outcome did you expect instead?

     No output (no warnings).

-.-

  General remarks and further material, if a diff-file exist, are in the
attachments.