Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
7127c70
sync with cpython e0c2bf46
github-actions[bot] Nov 6, 2023
51bd447
sync with cpython d35c9456
github-actions[bot] Nov 8, 2023
188eaeb
sync with cpython 4f976c3b
github-actions[bot] Nov 9, 2023
82ef5ae
sync with cpython 5a8e6f8b
github-actions[bot] Nov 10, 2023
04c7748
sync with cpython 2c6000cb
github-actions[bot] Nov 11, 2023
af3e0c9
sync with cpython 02fdb420
github-actions[bot] Nov 14, 2023
3811f6f
sync with cpython 77f59bf6
github-actions[bot] Nov 16, 2023
59d96e0
sync with cpython 8e374450
github-actions[bot] Nov 17, 2023
f825bbd
sync with cpython 0ea64544
github-actions[bot] Nov 18, 2023
254df9f
sync with cpython d4fd165a
github-actions[bot] Nov 20, 2023
7721745
sync with cpython 298e57ab
github-actions[bot] Nov 22, 2023
e1e1d89
sync with cpython 86db104e
github-actions[bot] Nov 24, 2023
09e0c8a
sync with cpython 103728dc
github-actions[bot] Nov 25, 2023
0e28b5b
sync with cpython b478c5e5
github-actions[bot] Nov 26, 2023
65a7c9e
sync with cpython d7a78833
github-actions[bot] Nov 27, 2023
71818a2
sync with cpython 4f71f168
github-actions[bot] Nov 28, 2023
c21d91e
sync with cpython 749c8fda
github-actions[bot] Nov 30, 2023
4d0aedf
sync with cpython 4c9da4c9
github-actions[bot] Dec 1, 2023
c72d86c
sync with cpython e3c79477
github-actions[bot] Dec 3, 2023
6906cdc
sync with cpython da73a5cc
github-actions[bot] Dec 4, 2023
f50b07e
sync with cpython f49d0732
github-actions[bot] Dec 4, 2023
bcb6610
sync with cpython 85bbfa8a
github-actions[bot] Dec 5, 2023
46f6dd8
sync with cpython 5720f7fc
github-actions[bot] Dec 6, 2023
5f03e18
fix: resolve fuzzy entries
mattwang44 Dec 6, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
sync with cpython 2c6000cb
  • Loading branch information
github-actions[bot] authored Nov 11, 2023
commit 04c7748e4fb8246550551e9d604c5d6b3030202d
12 changes: 6 additions & 6 deletions library/contextlib.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-20 00:03+0000\n"
"POT-Creation-Date: 2023-11-11 00:03+0000\n"
"PO-Revision-Date: 2018-05-23 14:41+0000\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand Down Expand Up @@ -261,16 +261,16 @@ msgstr ""

#: ../../library/contextlib.rst:307
msgid ""
"If the code within the :keyword:`!with` block raises an :exc:"
"`ExceptionGroup`, suppressed exceptions are removed from the group. If any "
"exceptions in the group are not suppressed, a group containing them is re-"
"raised."
"If the code within the :keyword:`!with` block raises a :exc:"
"`BaseExceptionGroup`, suppressed exceptions are removed from the group. If "
"any exceptions in the group are not suppressed, a group containing them is "
"re-raised."
msgstr ""

#: ../../library/contextlib.rst:313
msgid ""
"``suppress`` now supports suppressing exceptions raised as part of an :exc:"
"`ExceptionGroup`."
"`BaseExceptionGroup`."
msgstr ""

#: ../../library/contextlib.rst:319
Expand Down