Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Small format issue fixed by powrap
  • Loading branch information
cschan1828 committed Dec 9, 2023
commit 18e72ce052f056860868ad1099b664efd8cf7967
4 changes: 2 additions & 2 deletions library/wsgiref.po
Original file line number Diff line number Diff line change
Expand Up @@ -886,8 +886,8 @@ msgid ""
"classes and instances."
msgstr ""
"預設環境變數包含在每一個請求的 WSGI 環境中。預設情況下,這是在載入 :mod:"
"`wsgiref.handlers` 時的 ``os.environ`` 副本,但子類別可以在類別或實例層級建立自"
"己的副本。注意字典應該被視為唯讀,因為預設值在多個類別與實例中共享。"
"`wsgiref.handlers` 時的 ``os.environ`` 副本,但子類別可以在類別或實例層級建立"
"自己的副本。注意字典應該被視為唯讀,因為預設值在多個類別與實例中共享。"

#: ../../library/wsgiref.rst:627
msgid ""
Expand Down
4 changes: 2 additions & 2 deletions whatsnew/3.10.po
Original file line number Diff line number Diff line change
Expand Up @@ -2575,8 +2575,8 @@ msgid ""
"respectively. You can use :func:`importlib.util.spec_from_loader` to help in "
"porting. (Contributed by Brett Cannon in :issue:`42134`.)"
msgstr ""
"引入系統使用 :meth:`!importlib.abc.MetaPathFinder.find_module` 和 :meth:"
"`!importlib.abc.PathEntryFinder.find_module` 現在會觸發 :exc:`ImportWarning`,"
"引入系統使用 :meth:`!importlib.abc.MetaPathFinder.find_module` 和 :meth:`!"
"importlib.abc.PathEntryFinder.find_module` 現在會觸發 :exc:`ImportWarning`,"
"因為 :meth:`importlib.abc.MetaPathFinder.find_spec` 和 :meth:`importlib.abc."
"PathEntryFinder.find_spec` 分別是替代方案的首選。你可以使用 :func:`importlib."
"util.spec_from_loader` 來幫助移植。(由 Brett Cannon 在 :issue:`42134` 中貢"
Expand Down
4 changes: 2 additions & 2 deletions whatsnew/3.2.po
Original file line number Diff line number Diff line change
Expand Up @@ -1540,8 +1540,8 @@ msgid ""
"and :issue:`2846`.)"
msgstr ""
"(由 Anand B. Pillai 在 :issue:`3488` 中貢獻;由 Antoine Pitrou、Nir Aides "
"和 Brian Curtin 在 :issue:`9962`、:issue:`1675951`、:issue:`7471` 和 "
":issue:`2846` 中貢獻。)"
"和 Brian Curtin 在 :issue:`9962`、:issue:`1675951`、:issue:`7471` 和 :issue:"
"`2846` 中貢獻。)"

#: ../../whatsnew/3.2.rst:1430
msgid ""
Expand Down