@@ -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 19:36 -0500\n "
14
+ "PO-Revision-Date : 2020-10-16 20:07 -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 "
@@ -1520,15 +1520,15 @@ msgid ""
1520
1520
"First, we'll define a converter function that accepts the string as a "
1521
1521
"parameter and constructs a :class:`Point` object from it."
1522
1522
msgstr ""
1523
- "Primero, se define una función convertidora que acepta la cadena de texto "
1523
+ "Primero, se define una función de conversión que acepta la cadena de texto "
1524
1524
"como un parámetro y construye un objeto :class:`Point` de ahí."
1525
1525
1526
1526
#: ../Doc/library/sqlite3.rst:971
1527
1527
msgid ""
1528
1528
"Converter functions **always** get called with a :class:`bytes` object, no "
1529
1529
"matter under which data type you sent the value to SQLite."
1530
1530
msgstr ""
1531
- "Las funciones convertidoras **always** se llamaran con un objeto :class:"
1531
+ "Las funciones de conversión **always** se llamaran con un objeto :class:"
1532
1532
"`bytes`, no importa bajo que tipo de dato se envío el valor a SQLite."
1533
1533
1534
1534
#: ../Doc/library/sqlite3.rst:980
@@ -1685,11 +1685,11 @@ msgstr ""
1685
1685
1686
1686
#: ../Doc/library/sqlite3.rst:1054
1687
1687
msgid "Using :mod:`sqlite3` efficiently"
1688
- msgstr ""
1688
+ msgstr "Usando :mod:`sqlite3` eficientemente "
1689
1689
1690
1690
#: ../Doc/library/sqlite3.rst:1058
1691
1691
msgid "Using shortcut methods"
1692
- msgstr ""
1692
+ msgstr "Usando métodos atajo "
1693
1693
1694
1694
#: ../Doc/library/sqlite3.rst:1060
1695
1695
msgid ""
@@ -1702,6 +1702,12 @@ msgid ""
1702
1702
"iterate over it directly using only a single call on the :class:`Connection` "
1703
1703
"object."
1704
1704
msgstr ""
1705
+ "Usando los métodos no estándar :meth:`execute`, :meth:`executemany` and :"
1706
+ "meth:`executescript` del objeto :class:`Connection`, el código puede ser "
1707
+ "escrito más consistentemente porqué no se tiene que crear explícitamente los "
1708
+ "(a menudo superfluos) objetos :class:`Cursor`. De esta forma, se puede "
1709
+ "ejecutar una sentencia ``SELECT`` e iterar directamente sobre él, solamente "
1710
+ "usando una única llamada al objeto :class:`Connection`."
1705
1711
1706
1712
#: ../Doc/library/sqlite3.rst:1072
1707
1713
msgid "Accessing columns by name instead of by index"
0 commit comments