@@ -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-05-29 15:01 -0400\n "
14
+ "PO-Revision-Date : 2020-05-30 15:48 -0400\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 "
@@ -1152,7 +1152,7 @@ msgstr ""
1152
1152
"El descriptor de archivo subyacente es obtenido llamando *opener* con "
1153
1153
"(*name*, *flags*). *opener* debe devolver un descriptor de archivo abierto "
1154
1154
"(pasando :mod:`os.open` como *opener* resulta con funcionamiento similar a "
1155
- "pasando ``None``). "
1155
+ "pasando ``None``)."
1156
1156
1157
1157
#: ../Doc/library/io.rst:592
1158
1158
msgid "The newly created file is :ref:`non-inheritable <fd_inheritance>`."
@@ -1509,48 +1509,67 @@ msgid ""
1509
1509
"translated so far. Depending on the implementation and the initial "
1510
1510
"constructor flags, this may not be available."
1511
1511
msgstr ""
1512
+ "una cadena de cracteres, una tupla de cadenda de caracteres, o ``None``, "
1513
+ "indicando las nuevas líneas traducidas hasta ese momento. Dependiendo de la "
1514
+ "implementación y los indicadores iniciales del constructor, esto puede no "
1515
+ "estar disponible."
1512
1516
1513
1517
#: ../Doc/library/io.rst:805
1514
1518
msgid ""
1515
1519
"The underlying binary buffer (a :class:`BufferedIOBase` instance) that :"
1516
1520
"class:`TextIOBase` deals with. This is not part of the :class:`TextIOBase` "
1517
1521
"API and may not exist in some implementations."
1518
1522
msgstr ""
1523
+ "El búfer binario subyacente (una instancia :class:`BufferedIOBase`) que "
1524
+ "maneja :class:`TextIOBase`. Esto no es parte del API de :class:`TextIOBase` "
1525
+ "y puede no existir en algunas implementaciones."
1519
1526
1520
1527
#: ../Doc/library/io.rst:811
1521
1528
msgid ""
1522
1529
"Separate the underlying binary buffer from the :class:`TextIOBase` and "
1523
1530
"return it."
1524
1531
msgstr ""
1532
+ "Separar el búfer binario subyacente de: class: `TextIOBase` y devolverlo."
1525
1533
1526
1534
#: ../Doc/library/io.rst:814
1527
1535
msgid ""
1528
1536
"After the underlying buffer has been detached, the :class:`TextIOBase` is in "
1529
1537
"an unusable state."
1530
1538
msgstr ""
1539
+ "Una vez que se ha separado el búfer subyacente, la :class:`TextIOBase` está "
1540
+ "en un estado inutilizable."
1531
1541
1532
1542
#: ../Doc/library/io.rst:817
1533
1543
msgid ""
1534
1544
"Some :class:`TextIOBase` implementations, like :class:`StringIO`, may not "
1535
1545
"have the concept of an underlying buffer and calling this method will raise :"
1536
1546
"exc:`UnsupportedOperation`."
1537
1547
msgstr ""
1548
+ "Algunas implementaciones de :class:`TextIOBase`, como :class:`StringIO`, "
1549
+ "puede no tener el concepto de un búfer subyacente y llamar a este método se "
1550
+ "lanzará :exc:`UnsupportedOperation`. "
1538
1551
1539
1552
#: ../Doc/library/io.rst:825
1540
1553
msgid ""
1541
1554
"Read and return at most *size* characters from the stream as a single :class:"
1542
1555
"`str`. If *size* is negative or ``None``, reads until EOF."
1543
1556
msgstr ""
1557
+ "Leer y devolver como máximo *size* caracteres de la transmisión como un :"
1558
+ "class:`str` singular. Si *size* es negativo o ``None``, lee hasta llegar al "
1559
+ "fin del archivo."
1544
1560
1545
1561
#: ../Doc/library/io.rst:830
1546
1562
msgid ""
1547
1563
"Read until newline or EOF and return a single ``str``. If the stream is "
1548
1564
"already at EOF, an empty string is returned."
1549
1565
msgstr ""
1566
+ "Leer hasta la nueva línea o fin del archivo y devolver un ``str`` singular. "
1567
+ "Si la transmisión está al fin del archivo una cadena de caracteres se "
1568
+ "devuelve."
1550
1569
1551
1570
#: ../Doc/library/io.rst:833
1552
1571
msgid "If *size* is specified, at most *size* characters will be read."
1553
- msgstr ""
1572
+ msgstr "Si se especifica *size* como máximo *size* de caracteres será leído. "
1554
1573
1555
1574
#: ../Doc/library/io.rst:837
1556
1575
msgid ""
0 commit comments