You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Raises an :ref:`auditing event <auditing>` ``exec`` with the code object as "
1115
1111
"the argument. Code compilation events may also be raised."
1116
1112
msgstr""
1117
-
"Lanza un :ref:`auditing event <auditing>` ``exec`` con el objeto código como "
1118
-
"el argumento. También podrían ser lanzados eventos de compilación de código."
1113
+
"Lanza un :ref:`evento de auditoría <auditing>` ``exec`` con el objeto código "
1114
+
"como el argumento. También podrían ser lanzados eventos de compilación de "
1115
+
"código."
1119
1116
1120
1117
#:../Doc/library/functions.rst:506
1121
1118
msgid""
@@ -1242,9 +1239,7 @@ msgstr ""
1242
1239
"Retorna un número de punto flotante construido a partir de un número o una "
1243
1240
"cadena *x*."
1244
1241
1245
-
# no estoy segura de si debo traducir not-a-number
1246
1242
#:../Doc/library/functions.rst:576
1247
-
#,fuzzy
1248
1243
msgid""
1249
1244
"If the argument is a string, it should contain a decimal number, optionally "
1250
1245
"preceded by a sign, and optionally embedded in whitespace. The optional "
@@ -1263,9 +1258,7 @@ msgstr ""
1263
1258
"gramática una vez eliminados de la cadena los caracteres en blanco por "
1264
1259
"delante o detrás:"
1265
1260
1266
-
# case-sensitive es un termino muy sucinto en inglés yo he puesto como creo que se entiende
1267
1261
#:../Doc/library/functions.rst:591
1268
-
#,fuzzy
1269
1262
msgid""
1270
1263
"Here ``floatnumber`` is the form of a Python floating-point literal, "
1271
1264
"described in :ref:`floating`. Case is not significant, so, for example, "
@@ -1338,7 +1331,6 @@ msgstr ""
1338
1331
"mismo efecto que llamar a :func:`str(value) <str>`."
1339
1332
1340
1333
#:../Doc/library/functions.rst:646
1341
-
#,fuzzy
1342
1334
msgid""
1343
1335
"A call to ``format(value, format_spec)`` is translated to ``type(value)."
1344
1336
"__format__(value, format_spec)`` which bypasses the instance dictionary when "
@@ -1483,15 +1475,14 @@ msgstr ""
1483
1475
"Esta función se añade al espacio de nombres built-in a través del módulo :"
1484
1476
"mod:`site`."
1485
1477
1486
-
# no estoy muy segura de lo de callables por invocables
1487
1478
#:../Doc/library/functions.rst:724
1488
-
#,fuzzy
1489
1479
msgid""
1490
1480
"Changes to :mod:`pydoc` and :mod:`inspect` mean that the reported signatures "
1491
1481
"for callables are now more comprehensive and consistent."
1492
1482
msgstr""
1493
-
"Cambios a los módulos :mod:`pydoc` y :mod:`inspect` implican que las firmas "
1494
-
"reportadas para objetos invocables son más completas y consistentes."
1483
+
"Cambios a los módulos :mod:`pydoc` y :mod:`inspect` implican que las "
1484
+
"signaturas reportadas para objetos invocables son más completas y "
1485
+
"consistentes."
1495
1486
1496
1487
#:../Doc/library/functions.rst:731
1497
1488
msgid""
@@ -1563,40 +1554,35 @@ msgstr ""
1563
1554
"para proporcionar características más elaboradas de edición de líneas e "
1564
1555
"historiales."
1565
1556
1566
-
#,fuzzy
1567
1557
msgid""
1568
1558
"Raises an :ref:`auditing event <auditing>` ``builtins.input`` with argument "
1569
1559
"``prompt``."
1570
1560
msgstr""
1571
-
"Lanza un :ref:`auditing event <auditing>` ``builtins.input`` con el "
1561
+
"Lanza un :ref:`evento de auditoría <auditing>` ``builtins.input`` con el "
1572
1562
"argumento ``prompt`` antes de leer entrada."
1573
1563
1574
1564
#:../Doc/library/functions.rst:788
1575
1565
msgid""
1576
1566
"Raises an :ref:`auditing event <auditing>` ``builtins.input`` with argument "
1577
1567
"``prompt`` before reading input"
1578
1568
msgstr""
1579
-
"Lanza un :ref:`auditing event <auditing>` ``builtins.input`` con el "
1569
+
"Lanza un :ref:`evento de auditoría <auditing>` ``builtins.input`` con el "
1580
1570
"argumento ``prompt`` antes de leer entrada"
1581
1571
1582
-
#,fuzzy
1583
1572
msgid""
1584
1573
"Raises an :ref:`auditing event <auditing>` ``builtins.input/result`` with "
1585
1574
"argument ``result``."
1586
1575
msgstr""
1587
-
"Lanza un :ref:`auditing event <auditing>` ``builtins.breakpoint`` con "
1576
+
"Lanza un :ref:`evento de auditoría <auditing>` ``builtins.breakpoint`` con "
1588
1577
"``breakpointhook`` como argumento."
1589
1578
1590
-
# no he traducido auditing event porque no estoy segura de si es mejor dejarla
1591
-
# asi
1592
1579
#:../Doc/library/functions.rst:793
1593
-
#,fuzzy
1594
1580
msgid""
1595
1581
"Raises an auditing event ``builtins.input/result`` with the result after "
1596
1582
"successfully reading input."
1597
1583
msgstr""
1598
-
"Lanza un *auditing event* ``builtins.input/result`` con el resultado justo "
1599
-
"después de haber leído con éxito la entrada."
1584
+
"Lanza un evento de auditoría ``builtins.input/result`` con el resultado "
1585
+
"justo después de haber leído con éxito la entrada."
1600
1586
1601
1587
#:../Doc/library/functions.rst:800
1602
1588
msgid""
@@ -1665,9 +1651,7 @@ msgstr ""
1665
1651
msgid"Falls back to :meth:`__index__` if :meth:`__int__` is not defined."
1666
1652
msgstr"Recurre a :meth:`__index__` si no está definido :meth:`__int__`."
1667
1653
1668
-
# lo de la tupla de tuplas no estoy 100 por 100 segura
1669
1654
#:../Doc/library/functions.rst:841
1670
-
#,fuzzy
1671
1655
msgid""
1672
1656
"Return ``True`` if the *object* argument is an instance of the *classinfo* "
1673
1657
"argument, or of a (direct, indirect or :term:`virtual <abstract base "
@@ -2579,7 +2563,6 @@ msgstr ""
2579
2563
"Un caso de uso típico es la definición de un atributo gestionado ``x``::"
2580
2564
2581
2565
#:../Doc/library/functions.rst:1361
2582
-
#,fuzzy
2583
2566
msgid""
2584
2567
"If *c* is an instance of *C*, ``c.x`` will invoke the getter, ``c.x = "
2585
2568
"value`` will invoke the setter and ``del c.x`` the deleter."
@@ -2653,10 +2636,7 @@ msgstr ""
2653
2636
"inmutable, tal y como está documentado en :ref:`typesseq-range` y :ref:"
2654
2637
"`typesseq`."
2655
2638
2656
-
# corchetes angulares?
2657
-
# dirección solo o dirección de memoria?
2658
2639
#:../Doc/library/functions.rst:1425
2659
-
#,fuzzy
2660
2640
msgid""
2661
2641
"Return a string containing a printable representation of an object. For "
2662
2642
"many types, this function makes an attempt to return a string that would "
@@ -2769,7 +2749,6 @@ msgstr ""
2769
2749
"a ``x.foobar = 123``."
2770
2750
2771
2751
#:../Doc/library/functions.rst:1496
2772
-
#,fuzzy
2773
2752
msgid""
2774
2753
"Return a :term:`slice` object representing the set of indices specified by "
2775
2754
"``range(start, stop, step)``. The *start* and *step* arguments default to "
@@ -2799,9 +2778,7 @@ msgid "Return a new sorted list from the items in *iterable*."
2799
2778
msgstr""
2800
2779
"Retorna una nueva lista ordenada a partir de los elementos en *iterable*."
2801
2780
2802
-
# mi duda es con respecto a keyword argument
2803
2781
#:../Doc/library/functions.rst:1511
2804
-
#,fuzzy
2805
2782
msgid""
2806
2783
"Has two optional arguments which must be specified as keyword arguments."
2807
2784
msgstr""
@@ -2950,9 +2927,7 @@ msgstr ""
2950
2927
"extendida, ver :func:`math.fsum`\\. Para concatenar series de iterabais, "
2951
2928
"considera usar :func:`itertools.chain`."
2952
2929
2953
-
# mi duda es lo de argumento de palabra clave
2954
2930
#:../Doc/library/functions.rst:1589
2955
-
#,fuzzy
2956
2931
msgid"The *start* parameter can be specified as a keyword argument."
2957
2932
msgstr""
2958
2933
"El parámetro *start* puede ser especificado como un argumento de palabra "
@@ -2998,9 +2973,7 @@ msgstr ""
2998
2973
"`super`. El atributo es dinámico y puede cambiar en cuanto la jerarquía de "
2999
2974
"herencia se actualiza."
3000
2975
3001
-
# No estoy segura si aqui pudiera haber un error en la documentación oficial y se refiere a métodos de clase, o si se refiere al decorador classmethod, que creo que es el caso
3002
2976
#:../Doc/library/functions.rst:1611
3003
-
#,fuzzy
3004
2977
msgid""
3005
2978
"If the second argument is omitted, the super object returned is unbound. If "
3006
2979
"the second argument is an object, ``isinstance(obj, type)`` must be true. "
0 commit comments