summaryrefslogtreecommitdiffstats
path: root/templates/man1/python3.11.1.pot
diff options
context:
space:
mode:
Diffstat (limited to 'templates/man1/python3.11.1.pot')
-rw-r--r--templates/man1/python3.11.1.pot367
1 files changed, 179 insertions, 188 deletions
diff --git a/templates/man1/python3.11.1.pot b/templates/man1/python3.11.1.pot
index e4280915..0405fd0f 100644
--- a/templates/man1/python3.11.1.pot
+++ b/templates/man1/python3.11.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2023-08-10 19:07+0200\n"
+"POT-Creation-Date: 2024-05-01 15:50+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,7 +17,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
#. type: TH
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHON"
msgstr ""
@@ -25,32 +25,32 @@ msgstr ""
#. To view this file while editing, run it through groff:
#. groff -Tascii -man python.man | less
#. type: SH
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "NAME"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"python - an interpreted, interactive, object-oriented programming language"
msgstr ""
#. type: SH
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "SYNOPSIS"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"B<python> [ B<-B> ] [ B<-b> ] [ B<-d> ] [ B<-E> ] [ B<-h> ] [ B<-i> ] [ B<-"
"I> ]"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid ""
" [\n"
@@ -81,7 +81,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid ""
" [\n"
@@ -107,7 +107,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid ""
" [\n"
@@ -121,7 +121,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid ""
" [\n"
@@ -139,7 +139,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid ""
" [\n"
@@ -156,13 +156,13 @@ msgid ""
msgstr ""
#. type: SH
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "DESCRIPTION"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Python is an interpreted, interactive, object-oriented programming language "
"that combines remarkable power with very clear syntax. For an introduction "
@@ -175,7 +175,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Python's basic power can be extended with your own modules written in C or C+"
"+. On most systems such modules may be dynamically loaded. Python is also "
@@ -184,145 +184,145 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Documentation for installed Python modules and packages can be viewed by "
"running the B<pydoc> program."
msgstr ""
#. type: SH
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "COMMAND LINE OPTIONS"
msgstr ""
#. type: TP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<-B>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid "Don't write I<.pyc> files on import. See also PYTHONDONTWRITEBYTECODE."
msgstr ""
#. type: TP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<-b>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Issue warnings about str(bytes_instance), str(bytearray_instance) and "
"comparing bytes/bytearray with str. (-bb: issue errors)"
msgstr ""
#. type: TP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<-c >I<command>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Specify the command to execute (see next section). This terminates the "
"option list (following options are passed as arguments to the command)."
msgstr ""
#. type: TP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<--check-hash-based-pycs >I<mode>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Configure how Python evaluates the up-to-dateness of hash-based .pyc files."
msgstr ""
#. type: TP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<-d>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Turn on parser debugging output (for expert only, depending on compilation "
"options)."
msgstr ""
#. type: TP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<-E>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Ignore environment variables like PYTHONPATH and PYTHONHOME that modify the "
"behavior of the interpreter."
msgstr ""
#. type: TP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<-h , -? , --help>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid "Prints the usage for the interpreter executable and exits."
msgstr ""
#. type: TP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<--help-env>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid "Prints help about Python-specific environment variables and exits."
msgstr ""
#. type: TP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<--help-xoptions>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid "Prints help about implementation-specific B<-X> options and exits."
msgstr ""
#. type: TP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<--help-all>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid "Prints complete usage information and exits."
msgstr ""
#. type: TP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<-i>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"When a script is passed as first argument or the B<-c> option is used, enter "
"interactive mode after executing the script or the command. It does not "
@@ -331,13 +331,13 @@ msgid ""
msgstr ""
#. type: TP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<-I>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Run Python in isolated mode. This also implies B<-E>, B<-P> and B<-s>. In "
"isolated mode sys.path contains neither the script's directory nor the "
@@ -347,13 +347,13 @@ msgid ""
msgstr ""
#. type: TP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<-m >I<module-name>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Searches I<sys.path> for the named module and runs the corresponding I<.py> "
"file as a script. This terminates the option list (following options are "
@@ -361,13 +361,13 @@ msgid ""
msgstr ""
#. type: TP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<-O>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Remove assert statements and any code conditional on the value of __debug__; "
"augment the filename for compiled (bytecode) files by adding .opt-1 before "
@@ -375,26 +375,26 @@ msgid ""
msgstr ""
#. type: TP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<-OO>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Do B<-O> and also discard docstrings; change the filename for compiled "
"(bytecode) files by adding .opt-2 before the .pyc extension."
msgstr ""
#. type: TP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<-P>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Don't automatically prepend a potentially unsafe path to B<sys.path> such as "
"the current directory, the script's directory or an empty string. See also "
@@ -402,37 +402,37 @@ msgid ""
msgstr ""
#. type: TP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<-q>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Do not print the version and copyright messages. These messages are also "
"suppressed in non-interactive mode."
msgstr ""
#. type: TP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<-s>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid "Don't add user site directory to sys.path."
msgstr ""
#. type: TP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<-S>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Disable the import of the module I<site> and the site-dependent "
"manipulations of I<sys.path> that it entails. Also disable these "
@@ -440,26 +440,26 @@ msgid ""
msgstr ""
#. type: TP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<-u>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Force the stdout and stderr streams to be unbuffered. This option has no "
"effect on the stdin stream."
msgstr ""
#. type: TP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<-v>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Print a message each time a module is initialized, showing the place "
"(filename or built-in module) from which it is loaded. When given twice, "
@@ -468,33 +468,33 @@ msgid ""
msgstr ""
#. type: TP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<-V , --version>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Prints the Python version number of the executable and exits. When given "
"twice, print more information about the build."
msgstr ""
#. type: TP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<-W >I<argument>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Warning control. Python's warning machinery by default prints warning "
"messages to I<sys.stderr>."
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"The simplest settings apply a particular action unconditionally to all "
"warnings emitted by a process (even those that are otherwise ignored by "
@@ -502,7 +502,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid ""
" -Wdefault # Warn once per call location\n"
@@ -514,7 +514,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"The action names can be abbreviated as desired and the interpreter will "
"resolve them to the appropriate action name. For example, B<-Wi> is the same "
@@ -522,12 +522,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid "The full form of argument is: I<action:message:category:module:lineno>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Empty fields match all values; trailing empty fields may be omitted. For "
"example B<-W ignore::DeprecationWarning> ignores all DeprecationWarning "
@@ -535,21 +535,21 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"The I<action> field is as explained above but only applies to warnings that "
"match the remaining fields."
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"The I<message> field must match the whole printed warning message; this "
"match is case-insensitive."
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"The I<category> field matches the warning category (ex: "
"\"DeprecationWarning\"). This must be a class name; the match test whether "
@@ -558,21 +558,21 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"The I<module> field matches the (fully-qualified) module name; this match is "
"case-sensitive."
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"The I<lineno> field matches the line number, where zero matches all line "
"numbers and is thus equivalent to an omitted line number."
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Multiple B<-W> options can be given; when a warning matches more than one "
"option, the action for the last matching option is performed. Invalid B<-W> "
@@ -581,7 +581,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Warnings can also be controlled using the B<PYTHONWARNINGS> environment "
"variable and from within a Python program using the warnings module. For "
@@ -590,25 +590,25 @@ msgid ""
msgstr ""
#. type: TP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<-X >I<option>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Set implementation-specific option. The following options are available:"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid " -X faulthandler: enable faulthandler\n"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid ""
" -X showrefcount: output the total reference count and number of used\n"
@@ -617,7 +617,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid ""
" -X tracemalloc: start tracing Python memory allocations using the\n"
@@ -627,7 +627,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid ""
" -X importtime: show how long each import takes. It shows module name,\n"
@@ -637,7 +637,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid ""
" -X dev: enable CPython's \"development mode\", introducing additional runtime\n"
@@ -654,7 +654,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid ""
" -X utf8: enable UTF-8 mode for operating system interfaces, overriding the default\n"
@@ -663,7 +663,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid ""
" -X pycache_prefix=PATH: enable writing .pyc files to a parallel tree rooted at the\n"
@@ -671,13 +671,13 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid " -X warn_default_encoding: enable opt-in EncodingWarning for 'encoding=None'\n"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid ""
" -X no_debug_ranges: disable the inclusion of the tables mapping extra location\n"
@@ -688,7 +688,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid ""
" -X frozen_modules=[on|off]: whether or not frozen modules should be used.\n"
@@ -696,7 +696,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid ""
" -X int_max_str_digits=number: limit the size of intE<lt>-E<gt>str conversions.\n"
@@ -705,26 +705,26 @@ msgid ""
msgstr ""
#. type: TP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<-x>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Skip the first line of the source. This is intended for a DOS specific hack "
"only. Warning: the line numbers in error messages will be off by one!"
msgstr ""
#. type: SH
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "INTERPRETER INTERFACE"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"The interpreter interface resembles that of the UNIX shell: when called with "
"standard input connected to a tty device, it prompts for commands and "
@@ -738,7 +738,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"If available, the script name and additional arguments thereafter are passed "
"to the script in the Python variable I<sys.argv>, which is a list of strings "
@@ -749,7 +749,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"In interactive mode, the primary prompt is `E<gt>E<gt>E<gt>'; the second "
"prompt (which appears when a command is not complete) is `...'. The prompts "
@@ -763,78 +763,78 @@ msgid ""
msgstr ""
#. type: SH
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "FILES AND DIRECTORIES"
msgstr ""
#. type: Plain text
-#: archlinux
+#: debian-bookworm debian-unstable
msgid ""
"These are subject to difference depending on local installation conventions; "
"${prefix} and ${exec_prefix} are installation-dependent and should be "
-"interpreted as for GNU software; they may be the same. The default for both "
-"is I</usr/local>."
+"interpreted as for GNU software; they may be the same. On Debian GNU/{Hurd,"
+"Linux} the default for both is I</usr>."
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "I<${exec_prefix}/bin/python>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid "Recommended location of the interpreter."
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid "I<${prefix}/lib/pythonE<lt>versionE<gt>>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid "I<${exec_prefix}/lib/pythonE<lt>versionE<gt>>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Recommended locations of the directories containing the standard modules."
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid "I<${prefix}/include/pythonE<lt>versionE<gt>>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid "I<${exec_prefix}/include/pythonE<lt>versionE<gt>>"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Recommended locations of the directories containing the include files needed "
"for developing Python extensions and embedding the interpreter."
msgstr ""
#. type: SH
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "ENVIRONMENT VARIABLES"
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHONSAFEPATH"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"If this is set to a non-empty string, don't automatically prepend a "
"potentially unsafe path to B<sys.path> such as the current directory, the "
@@ -842,13 +842,13 @@ msgid ""
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHONHOME"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Change the location of the standard Python libraries. By default, the "
"libraries are searched in ${prefix}/lib/pythonE<lt>versionE<gt> and "
@@ -860,13 +860,13 @@ msgid ""
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHONPATH"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Augments the default search path for module files. The format is the same "
"as the shell's $PATH: one or more directory pathnames separated by colons. "
@@ -880,24 +880,24 @@ msgid ""
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHONPLATLIBDIR"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid "Override sys.platlibdir."
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHONSTARTUP"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"If this is the name of a readable file, the Python commands in that file are "
"executed before the first prompt is displayed in interactive mode. The file "
@@ -908,13 +908,13 @@ msgid ""
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHONOPTIMIZE"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"If this is set to a non-empty string it is equivalent to specifying the B<-"
"O> option. If set to an integer, it is equivalent to specifying B<-O> "
@@ -922,13 +922,13 @@ msgid ""
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHONDEBUG"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"If this is set to a non-empty string it is equivalent to specifying the B<-"
"d> option. If set to an integer, it is equivalent to specifying B<-d> "
@@ -936,39 +936,39 @@ msgid ""
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHONDONTWRITEBYTECODE"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"If this is set to a non-empty string it is equivalent to specifying the B<-"
"B> option (don't try to write I<.pyc> files)."
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHONINSPECT"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"If this is set to a non-empty string it is equivalent to specifying the B<-"
"i> option."
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHONIOENCODING"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid ""
"If this is set before running the interpreter, it overrides the encoding used\n"
@@ -982,39 +982,39 @@ msgid ""
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHONNOUSERSITE"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"If this is set to a non-empty string it is equivalent to specifying the B<-"
"s> option (Don't add the user site directory to sys.path)."
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHONUNBUFFERED"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"If this is set to a non-empty string it is equivalent to specifying the B<-"
"u> option."
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHONVERBOSE"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"If this is set to a non-empty string it is equivalent to specifying the B<-"
"v> option. If set to an integer, it is equivalent to specifying B<-v> "
@@ -1022,33 +1022,33 @@ msgid ""
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHONWARNINGS"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"If this is set to a comma-separated string it is equivalent to specifying "
"the B<-W> option for each separate value."
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHONHASHSEED"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"If this variable is set to \"random\", a random value is used to seed the "
"hashes of str and bytes objects."
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"If PYTHONHASHSEED is set to an integer value, it is used as a fixed seed for "
"generating the hash() of the types covered by the hash randomization. Its "
@@ -1058,20 +1058,20 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"The integer must be a decimal number in the range [0,4294967295]. "
"Specifying the value 0 will disable hash randomization."
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHONINTMAXSTRDIGITS"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Limit the maximum digit characters in an int value when converting from a "
"string and when converting an int back to a str. A value of 0 disables the "
@@ -1079,13 +1079,13 @@ msgid ""
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHONMALLOC"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Set the Python memory allocators and/or install debug hooks. The available "
"memory allocators are I<malloc> and I<pymalloc>. The available debug hooks "
@@ -1093,7 +1093,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"When Python is compiled in debug mode, the default is I<pymalloc_debug> and "
"the debug hooks are automatically used. Otherwise, the default is "
@@ -1101,13 +1101,13 @@ msgid ""
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHONMALLOCSTATS"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"If set to a non-empty string, Python will print statistics of the pymalloc "
"memory allocator every time a new pymalloc object arena is created, and on "
@@ -1115,7 +1115,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"This variable is ignored if the $B<PYTHONMALLOC> environment variable is "
"used to force the B<malloc>(3) allocator of the C library, or if Python is "
@@ -1123,33 +1123,33 @@ msgid ""
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHONASYNCIODEBUG"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"If this environment variable is set to a non-empty string, enable the debug "
"mode of the asyncio module."
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHONTRACEMALLOC"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"If this environment variable is set to a non-empty string, start tracing "
"Python memory allocations using the tracemalloc module."
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"The value of the variable is the maximum number of frames stored in a "
"traceback of a trace. For example, I<PYTHONTRACEMALLOC=1> stores only the "
@@ -1157,13 +1157,13 @@ msgid ""
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHONFAULTHANDLER"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"If this environment variable is set to a non-empty string, I<faulthandler."
"enable()> is called at startup: install a handler for SIGSEGV, SIGFPE, "
@@ -1171,31 +1171,31 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid "This is equivalent to the B<-X faulthandler> option."
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHONEXECUTABLE"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"If this environment variable is set, I<sys.argv[0]> will be set to its value "
"instead of the value got through the C runtime. Only works on Mac OS X."
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHONUSERBASE"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Defines the user base directory, which is used to compute the path of the "
"user I<site-packages> directory and Distutils installation paths for "
@@ -1203,13 +1203,13 @@ msgid ""
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHONPROFILEIMPORTTIME"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"If this environment variable is set to a non-empty string, Python will show "
"how long each import takes. This is exactly equivalent to setting B<-X "
@@ -1217,39 +1217,39 @@ msgid ""
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHONBREAKPOINT"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"If this environment variable is set to 0, it disables the default debugger. "
"It can be set to the callable of your debugger of choice."
msgstr ""
#. type: SS
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "Debug-mode variables"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Setting these variables only has an effect in a debug build of Python, that "
"is, if Python was configured with the B<--with-pydebug> build option."
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHONTHREADDEBUG"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"If this environment variable is set, Python will print threading debug "
"info. The feature is deprecated in Python 3.10 and will be removed in "
@@ -1257,85 +1257,76 @@ msgid ""
msgstr ""
#. type: IP
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "PYTHONDUMPREFS"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"If this environment variable is set, Python will dump objects and reference "
"counts still alive after shutting down the interpreter."
msgstr ""
#. type: SH
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "AUTHOR"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid "The Python Software Foundation: https://www.python.org/psf/"
msgstr ""
#. type: SH
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "INTERNET RESOURCES"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid "Main website: https://www.python.org/"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid "Documentation: https://docs.python.org/"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid "Developer resources: https://devguide.python.org/"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid "Downloads: https://www.python.org/downloads/"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid "Module repository: https://pypi.org/"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid "Newsgroups: comp.lang.python, comp.lang.python.announce"
msgstr ""
#. type: SH
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "LICENSING"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable
+#: debian-bookworm debian-unstable
msgid ""
"Python is distributed under an Open Source license. See the file "
"\"LICENSE\" in the Python source distribution for information on terms & "
"conditions for accessing and otherwise using Python and for a DISCLAIMER OF "
"ALL WARRANTIES."
msgstr ""
-
-#. type: Plain text
-#: debian-bookworm debian-unstable
-msgid ""
-"These are subject to difference depending on local installation conventions; "
-"${prefix} and ${exec_prefix} are installation-dependent and should be "
-"interpreted as for GNU software; they may be the same. On Debian GNU/{Hurd,"
-"Linux} the default for both is I</usr>."
-msgstr ""