@@ -11,15 +11,16 @@ msgstr ""
1111"Project-Id-Version : Python 3.8\n "
1212"Report-Msgid-Bugs-To : \n "
1313"POT-Creation-Date : 2021-10-16 21:42+0200\n "
14- "PO-Revision-Date : 2020-06-26 20:22+0200 \n "
14+ "PO-Revision-Date : 2021-10-19 20:28-0500 \n "
1515"Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
1616"Language : es\n "
1717"Language-Team : python-doc-es\n "
18- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
18+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
1919"MIME-Version : 1.0\n "
2020"Content-Type : text/plain; charset=utf-8\n "
2121"Content-Transfer-Encoding : 8bit\n "
2222"Generated-By : Babel 2.9.1\n "
23+ "X-Generator : Poedit 3.0\n "
2324
2425#: ../Doc/extending/newtypes.rst:7
2526msgid "Defining Extension Types: Assorted Topics"
@@ -34,13 +35,12 @@ msgstr ""
3435"métodos de tipo que puede implementar y lo que hacen."
3536
3637#: ../Doc/extending/newtypes.rst:14
37- #, fuzzy
3838msgid ""
3939"Here is the definition of :c:type:`PyTypeObject`, with some fields only used "
4040"in :ref:`debug builds <debug-build>` omitted:"
4141msgstr ""
42- "Aquí está la definición de :c:type:`PyTypeObject`, con algunos campos solo "
43- "utilizados en las versiones de depuración omitidas:"
42+ "Aquí está la definición de :c:type:`PyTypeObject`, con algunos campos que "
43+ "solo se usan en las :ref:` versiones de depuración <debug-build>` omitidas:"
4444
4545#: ../Doc/extending/newtypes.rst:20
4646msgid ""
@@ -439,13 +439,15 @@ msgstr "Nunca escribible."
439439
440440#: ../Doc/extending/newtypes.rst:290
441441msgid ":const:`PY_AUDIT_READ`"
442- msgstr ""
442+ msgstr ":const:`PY_AUDIT_READ` "
443443
444444#: ../Doc/extending/newtypes.rst:290
445445msgid ""
446446"Emit an ``object.__getattr__`` :ref:`audit events <audit-events>` before "
447447"reading."
448448msgstr ""
449+ "Emite un ``object.__getattr__`` :ref:`audita evento <audit-events>` antes de "
450+ "leer."
449451
450452#: ../Doc/extending/newtypes.rst:295
451453msgid ""
@@ -454,6 +456,11 @@ msgid ""
454456"`PY_AUDIT_READ`, so fields that specify either :const:`RESTRICTED` or :const:"
455457"`READ_RESTRICTED` will also raise an audit event."
456458msgstr ""
459+ ":const:`RESTRICTED`, :const:`READ_RESTRICTED` y :const:`WRITE_RESTRICTED` "
460+ "están en desuso. Sin embargo, :const:`READ_RESTRICTED` es un alias para :"
461+ "const:`PY_AUDIT_READ`, por lo que los campos que especifican :const:"
462+ "`RESTRICTED` o :const:`READ_RESTRICTED` también generarán un evento de "
463+ "auditoría."
457464
458465#: ../Doc/extending/newtypes.rst:308
459466msgid ""
0 commit comments