Skip to content

Commit 9ca827f

Browse files
pomerge from 3.8 branch into 3.7
1 parent 4e318b5 commit 9ca827f

2 files changed

Lines changed: 40 additions & 5 deletions

File tree

library/curses.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,10 @@ msgid ""
235235
"representing the desired next state. The :func:`doupdate` ground updates "
236236
"the physical screen to match the virtual screen."
237237
msgstr ""
238+
"Atualiza a tela física. A biblioteca do curses mantém duas estruturas de "
239+
"dados, uma representando o conteúdo da tela física atual e uma tela virtual "
240+
"representando o próximo estado desejado. O :func:`doupdate` atualiza a tela "
241+
"física para corresponder à tela virtual."
238242

239243
#: ../../library/curses.rst:165
240244
msgid ""

whatsnew/changelog.po

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ msgid ""
6363
"potentially malicious header injection URLs now cause a InvalidURL to be "
6464
"raised."
6565
msgstr ""
66+
"`bpo-38576 <https://bugs.python.org/issue38576>`__: Desautoriza caracteres "
67+
"de controle em nomes de host em http.client, resolvendo CVE-2019-18348. "
68+
"Esses URLs de injeção de cabeçalho potencialmente mal-intencionados agora "
69+
"fazem com que um InvalidURL seja levantado."
6670

6771
#: ../../../build/NEWS:16
6872
msgid ""
@@ -73,6 +77,12 @@ msgid ""
7377
"prevent the catastrophic backtracking. Vulnerability reported by Ben Caller "
7478
"and Matt Schwager."
7579
msgstr ""
80+
"`bpo-39503 <https://bugs.python.org/issue39503>`__: CVE-2020-8492: A classe :"
81+
"class:`~urllib.request.AbstractBasicAuthHandler` do módulo :mod:`urllib."
82+
"request` usa uma expressão regular ineficiente que pode ser explorada por um "
83+
"invasor para causar uma negação de serviço. Corrige o regex para evitar o "
84+
"retorno catastrófico. Vulnerabilidade relatada por Ben Caller e Matt "
85+
"Schwager."
7686

7787
#: ../../../build/NEWS:24 ../../../build/NEWS:271 ../../../build/NEWS:547
7888
#: ../../../build/NEWS:806 ../../../build/NEWS:1255 ../../../build/NEWS:1282
@@ -107,6 +117,9 @@ msgid ""
107117
"deprecation warning when PyImport_ReloadModule is called. Patch by Robert "
108118
"Rouhani."
109119
msgstr ""
120+
"`bpo-40417 <https://bugs.python.org/issue40417>`__: Corrige o aviso de "
121+
"descontinuação do módulo imp quando PyImport_ReloadModule for chamado. Patch "
122+
"de Robert Rouhani."
110123

111124
#: ../../../build/NEWS:29
112125
msgid ""
@@ -115,6 +128,10 @@ msgid ""
115128
"not a strong reference: ``PyThreadState_Clear()`` must not call "
116129
"``Py_CLEAR(tstate->frame)``."
117130
msgstr ""
131+
"`bpo-20526 <https://bugs.python.org/issue20526>`__: Corrige :c:func:"
132+
"`PyThreadState_Clear()`. ``PyThreadState.frame`` é uma referência "
133+
"emprestada, não uma referência forte: ``PyThreadState_Clear()`` não deve "
134+
"chamar ``Py_CLEAR(tstate->frame)``."
118135

119136
#: ../../../build/NEWS:33
120137
msgid ""
@@ -123,13 +140,20 @@ msgid ""
123140
"presence of symlinks that point to files where the user does not have read "
124141
"access. Patch by Pablo Galindo and Matt Wozniski."
125142
msgstr ""
143+
"`bpo-38894 <https://bugs.python.org/issue38894>`__: Corrige um bug que "
144+
"estava causando resultados incompletos ao chamar ``pathlib.Path.glob`` na "
145+
"presença de links simbólicos que apontam para arquivos nos quais o usuário "
146+
"não tem acesso de leitura. Patch de Pablo Galindo e Matt Wozniski."
126147

127148
#: ../../../build/NEWS:38
128149
msgid ""
129150
"`bpo-39871 <https://bugs.python.org/issue39871>`__: Fix a possible :exc:"
130151
"`SystemError` in ``math.{atan2,copysign,remainder}()`` when the first "
131152
"argument cannot be converted to a :class:`float`. Patch by Zachary Spytz."
132153
msgstr ""
154+
"`bpo-39871 <https://bugs.python.org/issue39871>`__: Corrige uma possível :"
155+
"exc:`SystemError` em ``math.{atan2,copysign,remainder}()`` quando o primeiro "
156+
"argumento não puder ser convertido em :class:`float`. Patch de Zachary Spytz."
133157

134158
#: ../../../build/NEWS:42
135159
msgid ""
@@ -182,6 +206,8 @@ msgid ""
182206
"`bpo-40459 <https://bugs.python.org/issue40459>`__: :func:`platform."
183207
"win32_ver` now produces correct *ptype* strings instead of empty strings."
184208
msgstr ""
209+
"`bpo-40459 <https://bugs.python.org/issue40459>`__: :func:`platform."
210+
"win32_ver` agora produz cadeias *ptype* corretas em vez de strings vazias."
185211

186212
#: ../../../build/NEWS:54
187213
msgid ""
@@ -341,6 +367,8 @@ msgid ""
341367
"`bpo-39435 <https://bugs.python.org/issue39435>`__: Fix an incorrect "
342368
"signature for :func:`pickle.loads` in the docs"
343369
msgstr ""
370+
"`bpo-39435 <https://bugs.python.org/issue39435>`__: Corrige uma assinatura "
371+
"incorreta para :func:`pickle.loads` nos documentos"
344372

345373
#: ../../../build/NEWS:126
346374
msgid ""
@@ -471,7 +499,7 @@ msgstr ""
471499
#: ../../../build/NEWS:17098 ../../../build/NEWS:17234
472500
#: ../../../build/NEWS:18764
473501
msgid "Build"
474-
msgstr ""
502+
msgstr "Compilação"
475503

476504
#: ../../../build/NEWS:170
477505
msgid ""
@@ -614,7 +642,7 @@ msgstr ""
614642
#: ../../../build/NEWS:16902 ../../../build/NEWS:17110
615643
#: ../../../build/NEWS:19021
616644
msgid "Tools/Demos"
617-
msgstr ""
645+
msgstr "Ferramentas/Demos"
618646

619647
#: ../../../build/NEWS:218
620648
msgid ""
@@ -651,7 +679,7 @@ msgstr ""
651679
#: ../../../build/NEWS:14586 ../../../build/NEWS:16926
652680
#: ../../../build/NEWS:17242 ../../../build/NEWS:18844
653681
msgid "C API"
654-
msgstr ""
682+
msgstr "API C"
655683

656684
#: ../../../build/NEWS:232
657685
msgid ""
@@ -708,6 +736,9 @@ msgid ""
708736
"`bpo-39776 <https://bugs.python.org/issue39776>`__: Fix race condition where "
709737
"threads created by PyGILState_Ensure() could get a duplicate id."
710738
msgstr ""
739+
"`bpo-39776 <https://bugs.python.org/issue39776>`__: Corrige a condição de "
740+
"corrida em que os threads criados por PyGILState_Ensure() poderiam obter um "
741+
"ID duplicado."
711742

712743
#: ../../../build/NEWS:276
713744
msgid ""
@@ -1591,7 +1622,7 @@ msgstr ""
15911622

15921623
#: ../../../build/NEWS:761
15931624
msgid "*Release date: 2019-10-14*"
1594-
msgstr ""
1625+
msgstr "*Data de lançamento: 2019-10-14*"
15951626

15961627
#: ../../../build/NEWS:766
15971628
msgid ""
@@ -1618,7 +1649,7 @@ msgstr ""
16181649

16191650
#: ../../../build/NEWS:781
16201651
msgid "*Release date: 2019-10-01*"
1621-
msgstr ""
1652+
msgstr "*Data de lançamento: 2019-10-01*"
16221653

16231654
#: ../../../build/NEWS:786
16241655
msgid ""

0 commit comments

Comments
 (0)