@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2020-05-05 12:54+0200\n "
14
- "PO-Revision-Date : 2020-10-16 20:32 -0500\n "
14
+ "PO-Revision-Date : 2020-10-17 07:36 -0500\n "
15
15
"Language-Team : python-doc-es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
@@ -1733,22 +1733,26 @@ msgstr ""
1733
1733
1734
1734
#: ../Doc/library/sqlite3.rst:1084
1735
1735
msgid "Using the connection as a context manager"
1736
- msgstr ""
1736
+ msgstr "Usando la conexión como un administrador de contexto "
1737
1737
1738
1738
#: ../Doc/library/sqlite3.rst:1086
1739
1739
msgid ""
1740
1740
"Connection objects can be used as context managers that automatically commit "
1741
1741
"or rollback transactions. In the event of an exception, the transaction is "
1742
1742
"rolled back; otherwise, the transaction is committed:"
1743
1743
msgstr ""
1744
+ "Objetos de conexión pueden ser usados como administradores de contexto que "
1745
+ "automáticamente *commit* o *rollback* transacciones. En el evento de una "
1746
+ "excepción, la transacción es retrocedida; de otra forma, la transacción es "
1747
+ "confirmada:"
1744
1748
1745
1749
#: ../Doc/library/sqlite3.rst:1095
1746
1750
msgid "Common issues"
1747
- msgstr ""
1751
+ msgstr "Problemas comunes "
1748
1752
1749
1753
#: ../Doc/library/sqlite3.rst:1098
1750
1754
msgid "Multithreading"
1751
- msgstr ""
1755
+ msgstr "Multihilo "
1752
1756
1753
1757
#: ../Doc/library/sqlite3.rst:1100
1754
1758
msgid ""
@@ -1757,16 +1761,22 @@ msgid ""
1757
1761
"between threads. If you still try to do so, you will get an exception at "
1758
1762
"runtime."
1759
1763
msgstr ""
1764
+ "Versiones antiguas de SQLite tiene problemas compartiendo conexiones entre "
1765
+ "hilos. Por esto el módulo de Python deshabilito compartir conexiones y "
1766
+ "cursores entre hilos. Si se quiere intentar esto, se obtendrá una excepción "
1767
+ "en tiempo de ejecución."
1760
1768
1761
1769
#: ../Doc/library/sqlite3.rst:1104
1762
1770
msgid ""
1763
1771
"The only exception is calling the :meth:`~Connection.interrupt` method, "
1764
1772
"which only makes sense to call from a different thread."
1765
1773
msgstr ""
1774
+ "La única excepción es llamando el método :meth:`~Connection.interrupt`, el "
1775
+ "cuál solamente hace sentido llamarlo desde un hilo diferente."
1766
1776
1767
1777
#: ../Doc/library/sqlite3.rst:1108
1768
1778
msgid "Footnotes"
1769
- msgstr ""
1779
+ msgstr "Notas al pie "
1770
1780
1771
1781
#: ../Doc/library/sqlite3.rst:1109
1772
1782
msgid ""
@@ -1775,3 +1785,8 @@ msgid ""
1775
1785
"compiled without this feature. To get loadable extension support, you must "
1776
1786
"pass --enable-loadable-sqlite-extensions to configure."
1777
1787
msgstr ""
1788
+ "El módulo sqlite3 no está compilado con una extensión cargable por defecto, "
1789
+ "porqué algunas plataformas (notablemente Mac OS X) tienen bibliotecas SQLite "
1790
+ "compiladas sin esta característica. Para obtener soporte de extensión "
1791
+ "configurable, se debe pasar --enable-loadable-sqlite-extension para "
1792
+ "configurar."
0 commit comments