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

Skip to content

Commit 195aea5

Browse files
[po] auto sync
1 parent def64b9 commit 195aea5

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

howto/urllib2.po

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# 钢 彭 <[email protected]>, 2019
1111
# 汪心禾 <[email protected]>, 2019
1212
# Yi Cao <[email protected]>, 2019
13-
# Dai Xu <[email protected]>, 2021
1413
# Jiuh-star <[email protected]>, 2021
14+
# Dai Xu <[email protected]>, 2021
1515
#
1616
#, fuzzy
1717
msgid ""
@@ -20,7 +20,7 @@ msgstr ""
2020
"Report-Msgid-Bugs-To: \n"
2121
"POT-Creation-Date: 2021-02-06 05:23+0000\n"
2222
"PO-Revision-Date: 2017-02-16 17:46+0000\n"
23-
"Last-Translator: Jiuh-star <jiuh.star@gmail.com>, 2021\n"
23+
"Last-Translator: Dai Xu <daixu61@hotmail.com>, 2021\n"
2424
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2525
"MIME-Version: 1.0\n"
2626
"Content-Type: text/plain; charset=UTF-8\n"
@@ -69,7 +69,7 @@ msgstr ""
6969

7070
#: ../../howto/urllib2.rst:27
7171
msgid "A tutorial on *Basic Authentication*, with examples in Python."
72-
msgstr "*基础身份验证* 的教程,带有一些 Python 示例。"
72+
msgstr "*基本认证* 的教程,带有一些 Python 示例。"
7373

7474
#: ../../howto/urllib2.rst:29
7575
msgid ""
@@ -581,6 +581,11 @@ msgid ""
581581
"``HTTPDefaultErrorHandler``, ``HTTPRedirectHandler``, ``FTPHandler``, "
582582
"``FileHandler``, ``DataHandler``, ``HTTPErrorProcessor``."
583583
msgstr ""
584+
"在以上例子中,只向 ``build_opener`` 给出了 ``HTTPBasicAuthHandler`` 。默认情况下,opener "
585+
"会有用于处理常见状况的 handler ——``ProxyHandler`` (如果设置代理的话,比如设置了环境变量 "
586+
":envvar:`http_proxy` ),``UnknownHandler`` 、``HTTPHandler`` 、 "
587+
"``HTTPDefaultErrorHandler`` 、 ``HTTPRedirectHandler`` 、 ``FTPHandler`` 、 "
588+
"``FileHandler`` 、 ``DataHandler`` 、 ``HTTPErrorProcessor`` 。"
584589

585590
#: ../../howto/urllib2.rst:522
586591
msgid ""

whatsnew/changelog.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ msgid ""
163163
"the interpreter doesn't crash anymore instead it raises a "
164164
":exc:`RecursionError`."
165165
msgstr ""
166+
"`bpo-11105 <https://bugs.python.org/issue11105>`__:当用 :func:`compile` "
167+
"编译带有递归引用的 :class:`ast.AST` 对象时,解释器不会再崩溃,而是会触发 :exc:`RecursionError`。"
166168

167169
#: ../../../build/NEWS:37 ../../../build/NEWS:208 ../../../build/NEWS:368
168170
#: ../../../build/NEWS:428 ../../../build/NEWS:617 ../../../build/NEWS:854
@@ -342,6 +344,8 @@ msgid ""
342344
"`bpo-37022 <https://bugs.python.org/issue37022>`__: :mod:`pdb` now displays "
343345
"exceptions from ``repr()`` with its ``p`` and ``pp`` commands."
344346
msgstr ""
347+
"`bpo-37022 <https://bugs.python.org/issue37022>`__: :mod:`pdb` 现在可以用 ``p`` 和"
348+
" ``pp`` 命令显示 ``repr()`` 触发的异常。"
345349

346350
#: ../../../build/NEWS:93 ../../../build/NEWS:275 ../../../build/NEWS:475
347351
#: ../../../build/NEWS:741 ../../../build/NEWS:1120 ../../../build/NEWS:1403

0 commit comments

Comments
 (0)