Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 889ebf9

Browse files
author
github-actions
committed
Merge 3.11 into 3.8
1 parent 4802f11 commit 889ebf9

29 files changed

+189
-187
lines changed

c-api/gcsupport.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ msgstr "Suporte a Coleta de Lixo Cíclica"
3030
#: ../../c-api/gcsupport.rst:8
3131
msgid ""
3232
"Python's support for detecting and collecting garbage which involves "
33-
"circular references requires support from object types which are \"containers"
34-
"\" for other objects which may also be containers. Types which do not store "
35-
"references to other objects, or which only store references to atomic types "
36-
"(such as numbers or strings), do not need to provide any explicit support "
37-
"for garbage collection."
33+
"circular references requires support from object types which are "
34+
"\"containers\" for other objects which may also be containers. Types which "
35+
"do not store references to other objects, or which only store references to "
36+
"atomic types (such as numbers or strings), do not need to provide any "
37+
"explicit support for garbage collection."
3838
msgstr ""
3939

4040
#: ../../c-api/gcsupport.rst:15

c-api/init_config.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,9 +1134,9 @@ msgstr ""
11341134

11351135
#: ../../c-api/init_config.rst:888
11361136
msgid ""
1137-
"(Windows only) Application paths in the registry under \"Software\\Python"
1138-
"\\PythonCore\\X.Y\\PythonPath\" of HKEY_CURRENT_USER and HKEY_LOCAL_MACHINE "
1139-
"(where X.Y is the Python version)."
1137+
"(Windows only) Application paths in the registry under "
1138+
"\"Software\\Python\\PythonCore\\X.Y\\PythonPath\" of HKEY_CURRENT_USER and "
1139+
"HKEY_LOCAL_MACHINE (where X.Y is the Python version)."
11401140
msgstr ""
11411141

11421142
#: ../../c-api/init_config.rst:892

c-api/unicode.po

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ msgstr ""
199199

200200
#: ../../c-api/unicode.rst:184
201201
msgid ""
202-
"Read a character from a Unicode object *o*, which must be in the \"canonical"
203-
"\" representation. This is less efficient than :c:func:`PyUnicode_READ` if "
204-
"you do multiple consecutive reads."
202+
"Read a character from a Unicode object *o*, which must be in the "
203+
"\"canonical\" representation. This is less efficient than :c:func:"
204+
"`PyUnicode_READ` if you do multiple consecutive reads."
205205
msgstr ""
206206

207207
#: ../../c-api/unicode.rst:193
@@ -641,9 +641,9 @@ msgstr "const void\\*"
641641

642642
#: ../../c-api/unicode.rst:496
643643
msgid ""
644-
"The hex representation of a C pointer. Mostly equivalent to ``printf(\"%p"
645-
"\")`` except that it is guaranteed to start with the literal ``0x`` "
646-
"regardless of what the platform's ``printf`` yields."
644+
"The hex representation of a C pointer. Mostly equivalent to "
645+
"``printf(\"%p\")`` except that it is guaranteed to start with the literal "
646+
"``0x`` regardless of what the platform's ``printf`` yields."
647647
msgstr ""
648648
"A representação hexadecimal de um ponteiro C. Principalmente equivalente a "
649649
"``printf(\"%p\")`` exceto que é garantido que comece com o literal ``0x`` "
@@ -732,8 +732,8 @@ msgstr ""
732732

733733
#: ../../c-api/unicode.rst:542
734734
msgid ""
735-
"Support width and precision formatter for ``\"%s\"``, ``\"%A\"``, ``\"%U"
736-
"\"``, ``\"%V\"``, ``\"%S\"``, ``\"%R\"`` added."
735+
"Support width and precision formatter for ``\"%s\"``, ``\"%A\"``, "
736+
"``\"%U\"``, ``\"%V\"``, ``\"%S\"``, ``\"%R\"`` added."
737737
msgstr ""
738738

739739
#: ../../c-api/unicode.rst:549
@@ -780,8 +780,8 @@ msgstr ""
780780

781781
#: ../../c-api/unicode.rst:595
782782
msgid ""
783-
"Fill a string with a character: write *fill_char* into ``unicode[start:start"
784-
"+length]``."
783+
"Fill a string with a character: write *fill_char* into ``unicode[start:"
784+
"start+length]``."
785785
msgstr ""
786786

787787
#: ../../c-api/unicode.rst:598
@@ -962,9 +962,9 @@ msgstr ""
962962
#: ../../c-api/unicode.rst:763
963963
msgid ""
964964
"Decode a string from UTF-8 on Android and VxWorks, or from the current "
965-
"locale encoding on other platforms. The supported error handlers are ``"
966-
"\"strict\"`` and ``\"surrogateescape\"`` (:pep:`383`). The decoder uses ``"
967-
"\"strict\"`` error handler if *errors* is ``NULL``. *str* must end with a "
965+
"locale encoding on other platforms. The supported error handlers are "
966+
"``\"strict\"`` and ``\"surrogateescape\"`` (:pep:`383`). The decoder uses "
967+
"``\"strict\"`` error handler if *errors* is ``NULL``. *str* must end with a "
968968
"null character but cannot contain embedded null characters."
969969
msgstr ""
970970

@@ -1000,10 +1000,10 @@ msgstr ""
10001000
#: ../../c-api/unicode.rst:799
10011001
msgid ""
10021002
"Encode a Unicode object to UTF-8 on Android and VxWorks, or to the current "
1003-
"locale encoding on other platforms. The supported error handlers are ``"
1004-
"\"strict\"`` and ``\"surrogateescape\"`` (:pep:`383`). The encoder uses ``"
1005-
"\"strict\"`` error handler if *errors* is ``NULL``. Return a :class:`bytes` "
1006-
"object. *unicode* cannot contain embedded null characters."
1003+
"locale encoding on other platforms. The supported error handlers are "
1004+
"``\"strict\"`` and ``\"surrogateescape\"`` (:pep:`383`). The encoder uses "
1005+
"``\"strict\"`` error handler if *errors* is ``NULL``. Return a :class:"
1006+
"`bytes` object. *unicode* cannot contain embedded null characters."
10071007
msgstr ""
10081008

10091009
#: ../../c-api/unicode.rst:806
@@ -1161,8 +1161,8 @@ msgstr ""
11611161
#: ../../c-api/unicode.rst:961
11621162
msgid ""
11631163
"Returns a buffer allocated by :c:func:`PyMem_Alloc` (use :c:func:"
1164-
"`PyMem_Free` to free it) on success. On error, returns ``NULL`` and *"
1165-
"\\*size* is undefined. Raises a :exc:`MemoryError` if memory allocation is "
1164+
"`PyMem_Free` to free it) on success. On error, returns ``NULL`` and "
1165+
"*\\*size* is undefined. Raises a :exc:`MemoryError` if memory allocation is "
11661166
"failed."
11671167
msgstr ""
11681168

@@ -1979,8 +1979,8 @@ msgstr ""
19791979
msgid ""
19801980
"Intern the argument *\\*string* in place. The argument must be the address "
19811981
"of a pointer variable pointing to a Python Unicode string object. If there "
1982-
"is an existing interned string that is the same as *\\*string*, it sets *"
1983-
"\\*string* to it (decrementing the reference count of the old string object "
1982+
"is an existing interned string that is the same as *\\*string*, it sets "
1983+
"*\\*string* to it (decrementing the reference count of the old string object "
19841984
"and incrementing the reference count of the interned string object), "
19851985
"otherwise it leaves *\\*string* alone and interns it (incrementing its "
19861986
"reference count). (Clarification: even though there is a lot of talk about "

distutils/builtdist.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -291,12 +291,12 @@ msgstr ""
291291
msgid ""
292292
"You don't have to use the :command:`bdist` command with the :option:`!--"
293293
"formats` option; you can also use the command that directly implements the "
294-
"format you're interested in. Some of these :command:`bdist` \"sub-commands"
295-
"\" actually generate several similar formats; for instance, the :command:"
296-
"`bdist_dumb` command generates all the \"dumb\" archive formats (``tar``, "
297-
"``gztar``, ``bztar``, ``xztar``, ``ztar``, and ``zip``), and :command:"
298-
"`bdist_rpm` generates both binary and source RPMs. The :command:`bdist` sub-"
299-
"commands, and the formats generated by each, are:"
294+
"format you're interested in. Some of these :command:`bdist` \"sub-"
295+
"commands\" actually generate several similar formats; for instance, the :"
296+
"command:`bdist_dumb` command generates all the \"dumb\" archive formats "
297+
"(``tar``, ``gztar``, ``bztar``, ``xztar``, ``ztar``, and ``zip``), and :"
298+
"command:`bdist_rpm` generates both binary and source RPMs. The :command:"
299+
"`bdist` sub-commands, and the formats generated by each, are:"
300300
msgstr ""
301301

302302
#: ../../distutils/builtdist.rst:138

library/codecs.po

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -399,9 +399,9 @@ msgstr "``'replace'``"
399399

400400
#: ../../library/codecs.rst:326
401401
msgid ""
402-
"Replace with a suitable replacement marker; Python will use the official ``U"
403-
"+FFFD`` REPLACEMENT CHARACTER for the built-in codecs on decoding, and '?' "
404-
"on encoding. Implemented in :func:`replace_errors`."
402+
"Replace with a suitable replacement marker; Python will use the official "
403+
"``U+FFFD`` REPLACEMENT CHARACTER for the built-in codecs on decoding, and "
404+
"'?' on encoding. Implemented in :func:`replace_errors`."
405405
msgstr ""
406406

407407
#: ../../library/codecs.rst:333
@@ -440,10 +440,10 @@ msgstr "``'surrogateescape'``"
440440

441441
#: ../../library/codecs.rst:345
442442
msgid ""
443-
"On decoding, replace byte with individual surrogate code ranging from ``U"
444-
"+DC80`` to ``U+DCFF``. This code will then be turned back into the same byte "
445-
"when the ``'surrogateescape'`` error handler is used when encoding the data. "
446-
"(See :pep:`383` for more.)"
443+
"On decoding, replace byte with individual surrogate code ranging from "
444+
"``U+DC80`` to ``U+DCFF``. This code will then be turned back into the same "
445+
"byte when the ``'surrogateescape'`` error handler is used when encoding the "
446+
"data. (See :pep:`383` for more.)"
447447
msgstr ""
448448

449449
#: ../../library/codecs.rst:354
@@ -1247,8 +1247,8 @@ msgid ""
12471247
"any random byte sequence. However that's not possible with UTF-8, as UTF-8 "
12481248
"byte sequences have a structure that doesn't allow arbitrary byte sequences. "
12491249
"To increase the reliability with which a UTF-8 encoding can be detected, "
1250-
"Microsoft invented a variant of UTF-8 (that Python 2.5 calls ``\"utf-8-sig"
1251-
"\"``) for its Notepad program: Before any of the Unicode characters is "
1250+
"Microsoft invented a variant of UTF-8 (that Python 2.5 calls ``\"utf-8-"
1251+
"sig\"``) for its Notepad program: Before any of the Unicode characters is "
12521252
"written to the file, a UTF-8 encoded BOM (which looks like this as a byte "
12531253
"sequence: ``0xef``, ``0xbb``, ``0xbf``) is written. As it's rather "
12541254
"improbable that any charmap encoded file starts with these byte values "

library/collections.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,8 +660,8 @@ msgid ""
660660
"safe, memory efficient appends and pops from either side of the deque with "
661661
"approximately the same O(1) performance in either direction."
662662
msgstr ""
663-
"Deques são uma generalização de pilhas e filas (o nome é pronunciado \"deck"
664-
"\" e é abreviação de \"fila dupla\"). O Deques oferece suporte para "
663+
"Deques são uma generalização de pilhas e filas (o nome é pronunciado "
664+
"\"deck\" e é abreviação de \"fila dupla\"). O Deques oferece suporte para "
665665
"acréscimos e saliências com segurança de thread e com eficiência de memória "
666666
"de ambos os lados do deque com aproximadamente o mesmo desempenho O (1) em "
667667
"qualquer direção."

library/email.headerregistry.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ msgstr ""
187187
msgid ""
188188
":rfc:`5322` specifies a very specific format for dates within email headers. "
189189
"The ``DateHeader`` parser recognizes that date format, as well as "
190-
"recognizing a number of variant forms that are sometimes found \"in the wild"
191-
"\"."
190+
"recognizing a number of variant forms that are sometimes found \"in the "
191+
"wild\"."
192192
msgstr ""
193193

194194
#: ../../library/email.headerregistry.rst:146

library/enum.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,8 +690,8 @@ msgstr ""
690690
#: ../../library/enum.rst:742
691691
msgid ""
692692
"%-style formatting: `%s` and `%r` call the :class:`Enum` class's :meth:"
693-
"`__str__` and :meth:`__repr__` respectively; other codes (such as `%i` or `"
694-
"%h` for IntEnum) treat the enum member as its mixed-in type."
693+
"`__str__` and :meth:`__repr__` respectively; other codes (such as `%i` or "
694+
"`%h` for IntEnum) treat the enum member as its mixed-in type."
695695
msgstr ""
696696

697697
#: ../../library/enum.rst:745

library/heapq.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -324,13 +324,13 @@ msgstr ""
324324
#: ../../library/heapq.rst:275
325325
msgid ""
326326
"A nice feature of this sort is that you can efficiently insert new items "
327-
"while the sort is going on, provided that the inserted items are not \"better"
328-
"\" than the last 0'th element you extracted. This is especially useful in "
329-
"simulation contexts, where the tree holds all incoming events, and the \"win"
330-
"\" condition means the smallest scheduled time. When an event schedules "
331-
"other events for execution, they are scheduled into the future, so they can "
332-
"easily go into the heap. So, a heap is a good structure for implementing "
333-
"schedulers (this is what I used for my MIDI sequencer :-)."
327+
"while the sort is going on, provided that the inserted items are not "
328+
"\"better\" than the last 0'th element you extracted. This is especially "
329+
"useful in simulation contexts, where the tree holds all incoming events, and "
330+
"the \"win\" condition means the smallest scheduled time. When an event "
331+
"schedules other events for execution, they are scheduled into the future, so "
332+
"they can easily go into the heap. So, a heap is a good structure for "
333+
"implementing schedulers (this is what I used for my MIDI sequencer :-)."
334334
msgstr ""
335335

336336
#: ../../library/heapq.rst:284

library/itertools.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -472,10 +472,10 @@ msgstr ""
472472
"função :func:`min` calcular um valor mínimo, :func:`max` para um valor "
473473
"máximo, ou :func:`operator.mul` para calcular um produto. Tabelas de "
474474
"amortização podem ser construídas acumulando juros e aplicando pagamentos. "
475-
"`Relações de recorrência <https://pt.wikipedia.org/wiki/Rela"
476-
"%C3%A7%C3%A3o_de_recorr%C3%AAncia>`_ de primeira ordem podem ser modeladas "
477-
"fornecendo o valor inicial no iterável e usando somente o valor total "
478-
"acumulado no argumento *func*::"
475+
"`Relações de recorrência <https://pt.wikipedia.org/wiki/"
476+
"Rela%C3%A7%C3%A3o_de_recorr%C3%AAncia>`_ de primeira ordem podem ser "
477+
"modeladas fornecendo o valor inicial no iterável e usando somente o valor "
478+
"total acumulado no argumento *func*::"
479479

480480
#: ../../library/itertools.rst:161
481481
msgid ""

library/logging.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1661,8 +1661,8 @@ msgstr ""
16611661
msgid ""
16621662
"Levels are internally integers (as they need to be compared in the logging "
16631663
"logic). This function is used to convert between an integer level and the "
1664-
"level name displayed in the formatted log output by means of the ``"
1665-
"%(levelname)s`` format specifier (see :ref:`logrecord-attributes`)."
1664+
"level name displayed in the formatted log output by means of the "
1665+
"``%(levelname)s`` format specifier (see :ref:`logrecord-attributes`)."
16661666
msgstr ""
16671667

16681668
#: ../../library/logging.rst:1116

library/socket.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1562,8 +1562,8 @@ msgstr ""
15621562

15631563
#: ../../library/socket.rst:1338
15641564
msgid ""
1565-
"For multicast IPv6 address, first item of *address* does not contain ``"
1566-
"%scope`` part anymore. In order to get full IPv6 address use :func:"
1565+
"For multicast IPv6 address, first item of *address* does not contain "
1566+
"``%scope`` part anymore. In order to get full IPv6 address use :func:"
15671567
"`getnameinfo`."
15681568
msgstr ""
15691569

library/sqlite3.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ msgid ""
9090
"Instead, use the DB-API's parameter substitution. Put ``?`` as a "
9191
"placeholder wherever you want to use a value, and then provide a tuple of "
9292
"values as the second argument to the cursor's :meth:`~Cursor.execute` "
93-
"method. (Other database modules may use a different placeholder, such as ``"
94-
"%s`` or ``:1``.) For example::"
93+
"method. (Other database modules may use a different placeholder, such as "
94+
"``%s`` or ``:1``.) For example::"
9595
msgstr ""
9696

9797
#: ../../library/sqlite3.rst:84

library/ssl.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,8 @@ msgstr ""
437437
#: ../../library/ssl.rst:403
438438
msgid ""
439439
"Return the time in seconds since the Epoch, given the ``cert_time`` string "
440-
"representing the \"notBefore\" or \"notAfter\" date from a certificate in ``"
441-
"\"%b %d %H:%M:%S %Y %Z\"`` strptime format (C locale)."
440+
"representing the \"notBefore\" or \"notAfter\" date from a certificate in "
441+
"``\"%b %d %H:%M:%S %Y %Z\"`` strptime format (C locale)."
442442
msgstr ""
443443

444444
#: ../../library/ssl.rst:408
@@ -1475,8 +1475,8 @@ msgstr ""
14751475
msgid ""
14761476
"Return the actual SSL protocol version negotiated by the connection as a "
14771477
"string, or ``None`` is no secure connection is established. As of this "
1478-
"writing, possible return values include ``\"SSLv2\"``, ``\"SSLv3\"``, ``"
1479-
"\"TLSv1\"``, ``\"TLSv1.1\"`` and ``\"TLSv1.2\"``. Recent OpenSSL versions "
1478+
"writing, possible return values include ``\"SSLv2\"``, ``\"SSLv3\"``, "
1479+
"``\"TLSv1\"``, ``\"TLSv1.1\"`` and ``\"TLSv1.2\"``. Recent OpenSSL versions "
14801480
"may define more return values."
14811481
msgstr ""
14821482

@@ -2330,9 +2330,9 @@ msgstr ""
23302330

23312331
#: ../../library/ssl.rst:2099
23322332
msgid ""
2333-
"Python uses files to contain certificates. They should be formatted as \"PEM"
2334-
"\" (see :rfc:`1422`), which is a base-64 encoded form wrapped with a header "
2335-
"line and a footer line::"
2333+
"Python uses files to contain certificates. They should be formatted as "
2334+
"\"PEM\" (see :rfc:`1422`), which is a base-64 encoded form wrapped with a "
2335+
"header line and a footer line::"
23362336
msgstr ""
23372337

23382338
#: ../../library/ssl.rst:2108

0 commit comments

Comments
 (0)