Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfc0653a

Browse files
author
github-actions
committed
Merge 3.11 into 3.10
1 parent8cf2904 commitfc0653a

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

‎howto/annotations.po‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ msgstr ""
270270

271271
#:../../howto/annotations.rst:172
272272
msgid"Best Practices For ``__annotations__`` In Any Python Version"
273-
msgstr""
273+
msgstr"Melhores Prática Para ``__annotations__`` Em Qualquer Versão Python"
274274

275275
#:../../howto/annotations.rst:174
276276
msgid""
@@ -293,7 +293,7 @@ msgstr ""
293293

294294
#:../../howto/annotations.rst:184
295295
msgid"You should avoid modifying ``__annotations__`` dicts."
296-
msgstr""
296+
msgstr"Você deve evitar modificar ``__annotations__`` dicts."
297297

298298
#:../../howto/annotations.rst:186
299299
msgid""

‎howto/urllib2.po‎

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ msgstr "Autor"
3838

3939
#:../../howto/urllib2.rst:7
4040
msgid"`Michael Foord <https://agileabstractions.com/>`_"
41-
msgstr""
41+
msgstr"`Michael Foord <https://agileabstractions.com/>`_"
4242

4343
#:../../howto/urllib2.rst:11
4444
msgid""
@@ -47,6 +47,10 @@ msgid ""
4747
"web/20200910051922/http://www.voidspace.org.uk/python/articles/"
4848
"urllib2_francais.shtml>`_."
4949
msgstr""
50+
"Há uma tradução francesa de uma revisão anterior deste COMO FAZER, "
51+
"disponível em `urllib2 - Le Manuel manquant <https://web.archive.org/"
52+
"web/20200910051922/http://www.voidspace.org.uk/python/articles/"
53+
"urllib2_francais.shtml>`_."
5054

5155
#:../../howto/urllib2.rst:18
5256
msgid"Introduction"
@@ -65,6 +69,8 @@ msgid ""
6569
"`Basic Authentication <https://web.archive.org/web/20201215133350/http://www."
6670
"voidspace.org.uk/python/articles/authentication.shtml>`_"
6771
msgstr""
72+
"`Autenticação Básica <https://web.archive.org/web/20201215133350/http://www."
73+
"voidspace.org.uk/python/articles/authentication.shtml>`_"
6874

6975
#:../../howto/urllib2.rst:27
7076
msgid"A tutorial on *Basic Authentication*, with examples in Python."
@@ -95,6 +101,11 @@ msgid ""
95101
"protocols (e.g. FTP, HTTP). This tutorial focuses on the most common case, "
96102
"HTTP."
97103
msgstr""
104+
"urllib.request suporta o acesso a URLs por meio de vários\"esquemas de "
105+
"URL\" (identificados pela string antes de ``\":\"`` na URL - por exemplo "
106+
"``\"ftp\"`` é o esquema de URL em ``\"ftp://python.org/\"``) usando o "
107+
"protocolo de rede associado a ele (como FTP e HTTP). Este tutorial foca no "
108+
"caso mais comum, HTTP."
98109

99110
#:../../howto/urllib2.rst:41
100111
msgid""
@@ -130,6 +141,9 @@ msgid ""
130141
"location, you can do so via the :func:`shutil.copyfileobj` and :func:"
131142
"`tempfile.NamedTemporaryFile` functions::"
132143
msgstr""
144+
"Se você deseja obter um recurso via URL e guardá-lo em uma localização "
145+
"temporária, você pode fazê-lo com as funções :func:`shutil.copyfileobj` e :"
146+
"func:`tempfile.NamedTemporaryFile`::"
133147

134148
#:../../howto/urllib2.rst:74
135149
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp