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

Appearance settings

Commit 20d6450

Browse filesBrowse files
committed
Add missing notation
1 parent f79cc01 commit 20d6450
Copy full SHA for 20d6450

File tree

Expand file treeCollapse file tree

1 file changed

+5
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-4
lines changed

‎c-api/exceptions.po

Copy file name to clipboardExpand all lines: c-api/exceptions.po
+5-4Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
14-
"PO-Revision-Date: 2022-10-30 22:50-0300\n"
14+
"PO-Revision-Date: 2022-10-30 23:02-0300\n"
1515
"Last-Translator: Marco Richetta <marcorichetta@gmail.com>\n"
1616
"Language-Team: python-doc-es\n"
1717
"Language: es\n"
@@ -763,9 +763,10 @@ msgid ""
763763
msgstr ""
764764
"Recupera la información de excepción, como se conoce de :func:`sys."
765765
"exc_info`. Esto se refiere a una excepción que *ya fue capturada*, no a una "
766-
"excepción que se planteó recientemente. Retorna nuevas referencias para los "
767-
"tres objetos, cualquiera de los cuales puede ser ``NULL``. No modifica el "
768-
"estado de información de excepción."
766+
"excepción que fue lanzada recientemente. Retorna nuevas referencias para "
767+
"los tres objetos, cualquiera de los cuales puede ser ``NULL``. No modifica "
768+
"el estado de información de excepción. Esta función se mantiene por retro-"
769+
"compatibilidad. Es preferible usar :c:func:`PyErr_GetHandledException`."
769770

770771
#: ../Doc/c-api/exceptions.rst:506
771772
msgid ""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.