@@ -13,12 +13,12 @@ msgstr ""
1313"POT-Creation-Date : 2021-10-16 21:42+0200\n "
1414"PO-Revision-Date : 2021-08-02 19:27+0200\n "
1515"Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16- "Language : es\n "
1716"Language-Team : python-doc-es\n "
18- "Plural-Forms : nplurals=2; plural=(n != 1) \n "
17+ "Language : es \n "
1918"MIME-Version : 1.0\n "
2019"Content-Type : text/plain; charset=utf-8\n "
2120"Content-Transfer-Encoding : 8bit\n "
21+ "Plural-Forms : nplurals=2; plural=(n != 1)\n "
2222"Generated-By : Babel 2.9.1\n "
2323
2424#: ../Doc/reference/import.rst:6
@@ -661,6 +661,8 @@ msgid ""
661661"Use of :meth:`~importlib.abc.MetaPathFinder.find_module` by the import "
662662"system now raises :exc:`ImportWarning`."
663663msgstr ""
664+ "El uso de :meth:`~importlib.abc.MetaPathFinder.find_module` por parte del "
665+ "sistema de importación ahora lanza :exc:`ImportWarning`."
664666
665667#: ../Doc/reference/import.rst:338
666668msgid "Loading"
@@ -916,7 +918,7 @@ msgstr ""
916918
917919#: ../Doc/reference/import.rst:477
918920msgid "Use of ``load_module()`` will raise :exc:`ImportWarning`."
919- msgstr ""
921+ msgstr "El uso de ``load_module()`` lanzará :exc:`ImportWarning`. "
920922
921923#: ../Doc/reference/import.rst:481
922924msgid "Submodules"
@@ -1324,6 +1326,10 @@ msgid ""
13241326"``__file__``. Use of :meth:`~importlib.abc.Loader.module_repr` is slated to "
13251327"stop in Python 3.12."
13261328msgstr ""
1329+ "La llamada a :meth:`~importlib.abc.Loader.module_repr` ahora ocurre después "
1330+ "de intentar usar el atributo ``__spec__`` de un módulo, pero antes de "
1331+ "recurrir a ``__file__``. Está previsto que el uso de :meth:`~importlib.abc."
1332+ "Loader.module_repr` se detenga en Python 3.12."
13271333
13281334#: ../Doc/reference/import.rst:695
13291335msgid "Cached bytecode invalidation"
@@ -1801,6 +1807,9 @@ msgid ""
18011807"`~importlib.abc.PathEntryFinder.find_loader` by the import system will "
18021808"raise :exc:`ImportWarning`."
18031809msgstr ""
1810+ "Las llamadas a :meth:`~importlib.abc.PathEntryFinder.find_module` y :meth:"
1811+ "`~importlib.abc.PathEntryFinder.find_loader` por parte del sistema de "
1812+ "importación lanzarán :exc:`ImportWarning`."
18041813
18051814#: ../Doc/reference/import.rst:913
18061815msgid "Replacing the standard import system"
0 commit comments