@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version: Python en Español 3.9\n"
10
10
"Report-Msgid-Bugs-To: \n"
11
11
"POT-Creation-Date: 2021-03-19 11:16+0100\n"
12
- "PO-Revision-Date: 2021-08-17 14:10+0200 \n"
12
+ "PO-Revision-Date: 2021-08-17 21:31-0300 \n"
13
13
"MIME-Version: 1.0\n"
14
14
"Content-Type: text/plain; charset=UTF-8\n"
15
15
"Content-Transfer-Encoding: 8bit\n"
@@ -18,7 +18,7 @@ msgstr ""
18
18
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
19
19
"Language-Team: \n"
20
20
"Language: es\n"
21
- "X-Generator: Poedit 3.0 \n"
21
+ "X-Generator: Poedit 2.4.2 \n"
22
22
23
23
#: ../Doc/whatsnew/changelog.rst:5
24
24
msgid "Changelog"
@@ -187,7 +187,7 @@ msgstr ""
187
187
"`bpo-38576 <https://bugs.python.org/issue38576>`__: rechazó los caracteres "
188
188
"de control en los nombres de host en http.client, diríjase a CVE-2019-18348."
189
189
"Tales URL de inyección de encabezado potencialmente malintencionadas ahora "
190
- "hacen que se levante una invalidura ."
190
+ "hacen que se genere un InvalidURL ."
191
191
192
192
#: ../build/NEWS:50
193
193
msgid ""
@@ -532,8 +532,8 @@ msgid ""
532
532
"contextvar build option. This enables a thread-local rather than a "
533
533
"coroutine local context."
534
534
msgstr ""
535
- "`bpo-39794 <https://bugs.python.org/issue39794>`__: ADD: ADD: ADMINISTRACIÓN "
536
- "DE CONTEXTVAR DE DECIMIENTO DE DECIMIENTO. Esto permite un índice local en "
535
+ "`bpo-39794 <https://bugs.python.org/issue39794>`__: Añade la opción de "
536
+ "construir --without-decimal-contextvar. Esto permite un índice local en "
537
537
"lugar de un contexto local de Coroutine."
538
538
539
539
#: ../build/NEWS:180
@@ -547,16 +547,16 @@ msgstr ""
547
547
"`bpo-39769 <https://bugs.python.org/issue39769>`__: la :func:`compileall."
548
548
"compile_dir` *ddir* parámetro y el indicador de línea de comandos compileal'-"
549
549
"D 'ya no escribe el nombre de ruta incorrectaal archivo PYC generado para "
550
- "submódulos debajo de la raíz del árbol de directorios que se está compilando. "
551
- "Esto corrige una regresión introducida con Python 3.5."
550
+ "submódulos debajo de la raíz del árbol de directorios que se está "
551
+ "compilando. Esto corrige una regresión introducida con Python 3.5."
552
552
553
553
#: ../build/NEWS:186
554
554
msgid ""
555
555
"`bpo-39517 <https://bugs.python.org/issue39517>`__: Fix runpy.run_path() "
556
556
"when using pathlike objects"
557
557
msgstr ""
558
- "`bpo-39517 <https://bugs.python.org/issue39517>`__: Fix Fix RuPy.Run_Path () "
559
- "Cuando se usa objetos en forma de ruta"
558
+ "`bpo-39517 <https://bugs.python.org/issue39517>`__: Arregla runpy.run_path () "
559
+ "cuando se usa objetos en forma de ruta"
560
560
561
561
#: ../build/NEWS:188
562
562
msgid ""
@@ -2542,7 +2542,6 @@ msgstr ""
2542
2542
"func:`Fork 'debería y no debe llamarse."
2543
2543
2544
2544
#: ../build/NEWS:939
2545
- #, python-format
2546
2545
msgid ""
2547
2546
"`bpo-38351 <https://bugs.python.org/issue38351>`__: Modernize :mod:`email` "
2548
2547
"examples from %-formatting to f-strings."
@@ -6560,16 +6559,15 @@ msgstr ""
6560
6559
"de hilo nativo (TID) a OpenBSD."
6561
6560
6562
6561
#: ../build/NEWS:2483
6563
- #, python-format
6564
6562
msgid ""
6565
6563
"`bpo-26219 <https://bugs.python.org/issue26219>`__: Implemented per opcode "
6566
6564
"cache mechanism and ``LOAD_GLOBAL`` instruction use it. ``LOAD_GLOBAL`` is "
6567
6565
"now about 40% faster. Contributed by Yury Selivanov, and Inada Naoki."
6568
6566
msgstr ""
6569
- "` bpo-26219 <https://bugs.python.org/issue26219>` __: Implementado por "
6570
- "mecanismo de caché de opcode y la instrucción `` LOAD_GLOBAL`` lo usa. "
6571
- "`` LOAD_GLOBAL`` es ahora un 40% más rápido. Contribuido por Yury Selivanov, "
6572
- "y Inada Naoki."
6567
+ "' bpo-26219 <https://bugs.python.org/issue26219>' __: Implementado por "
6568
+ "mecanismo de caché de código de operación e instrucción '' LOAD_GLOBAL'' lo "
6569
+ "usan. '' LOAD_GLOBAL'' es ahora de unos 40% faster. Contribución de Yury "
6570
+ "Selivanov, e Inada Naoki."
6573
6571
6574
6572
#: ../build/NEWS:2487
6575
6573
msgid ""
@@ -7652,15 +7650,14 @@ msgstr ""
7652
7650
"badgzipfile` Excepción a la :mod:`GZIP 'Módulo."
7653
7651
7654
7652
#: ../build/NEWS:2872
7655
- #, python-format
7656
7653
msgid ""
7657
7654
"`bpo-36748 <https://bugs.python.org/issue36748>`__: Optimized write "
7658
7655
"buffering in C implementation of ``TextIOWrapper``. Writing ASCII string to "
7659
- "``TextIOWrapper`` with ascii, latin1, or utf-8 encoding is about "
7660
- "20% faster. Patch by Inada Naoki."
7656
+ "``TextIOWrapper`` with ascii, latin1, or utf-8 encoding is about 20% "
7657
+ "faster. Patch by Inada Naoki."
7661
7658
msgstr ""
7662
7659
"`bpo-36748 <https://bugs.python.org/issue36748>`__: Búfer de escritura "
7663
- "optimizada en la implementación de C ``TextioWrapper ``.Escribir una cadena "
7660
+ "optimizada en la implementación de C ``TextIOWrapper ``. Escribir una cadena "
7664
7661
"ASCII a ``TextIOWrapper`` con la codificación ASCII, Latin1, o UTF-8 es "
7665
7662
"aproximadamente un 20% más rápido. Parche por Inada Naoki."
7666
7663
@@ -8587,7 +8584,6 @@ msgstr ""
8587
8584
"carecen de implementaciones después de la eliminación de Pgen."
8588
8585
8589
8586
#: ../build/NEWS:3230
8590
- #, python-format
8591
8587
msgid ""
8592
8588
"`bpo-20180 <https://bugs.python.org/issue20180>`__: ``dict.pop()`` is now up "
8593
8589
"to 33% faster thanks to Argument Clinic. Patch by Inada Naoki."
@@ -11602,7 +11598,6 @@ msgstr ""
11602
11598
"karthikeyan singaravelan."
11603
11599
11604
11600
#: ../build/NEWS:4363
11605
- #, python-format
11606
11601
msgid ""
11607
11602
"`bpo-35552 <https://bugs.python.org/issue35552>`__: Format characters ``%s`` "
11608
11603
"and ``%V`` in :c:func:`PyUnicode_FromFormat` and ``%s`` in :c:func:"
@@ -12906,7 +12901,6 @@ msgstr ""
12906
12901
"'retorno' y 'excepción'."
12907
12902
12908
12903
#: ../build/NEWS:4805
12909
- #, python-format
12910
12904
msgid ""
12911
12905
"`bpo-32946 <https://bugs.python.org/issue32946>`__: Importing names from "
12912
12906
"already imported module with \"from ... import ...\" is now 30% faster if "
@@ -14210,7 +14204,6 @@ msgstr ""
14210
14204
"`Hashlib '."
14211
14205
14212
14206
#: ../build/NEWS:5258
14213
- #, python-format
14214
14207
msgid ""
14215
14208
"`bpo-34925 <https://bugs.python.org/issue34925>`__: 25% speedup in argument "
14216
14209
"parsing for the functions in the bisect module."
@@ -14883,7 +14876,6 @@ msgstr ""
14883
14876
"las entradas existentes."
14884
14877
14885
14878
#: ../build/NEWS:5490
14886
- #, python-format
14887
14879
msgid ""
14888
14880
"`bpo-34333 <https://bugs.python.org/issue34333>`__: Fix %-formatting in :"
14889
14881
"meth:`pathlib.PurePath.with_suffix` when formatting an error message."
@@ -15427,7 +15419,6 @@ msgstr ""
15427
15419
"palabras clave de 'fuerza' a la logging.basicconfig()."
15428
15420
15429
15421
#: ../build/NEWS:5681
15430
- #, python-format
15431
15422
msgid ""
15432
15423
"`bpo-33695 <https://bugs.python.org/issue33695>`__: :func:`shutil.copytree` "
15433
15424
"uses :func:`os.scandir` function and all copy functions depending from it "
@@ -15771,16 +15762,15 @@ msgstr ""
15771
15762
"Data_Received() antes de Connection_Made()."
15772
15763
15773
15764
#: ../build/NEWS:5799
15774
- #, python-format
15775
15765
msgid ""
15776
15766
"`bpo-33671 <https://bugs.python.org/issue33671>`__: :func:`shutil."
15777
15767
"copyfile`, :func:`shutil.copy`, :func:`shutil.copy2`, :func:`shutil."
15778
15768
"copytree` and :func:`shutil.move` use platform-specific fast-copy syscalls "
15779
15769
"on Linux and macOS in order to copy the file more efficiently. On Windows :"
15780
15770
"func:`shutil.copyfile` uses a bigger default buffer size (1 MiB instead of "
15781
15771
"16 KiB) and a :func:`memoryview`-based variant of :func:`shutil.copyfileobj` "
15782
- "is used. The speedup for copying a 512MiB file is about +26% on Linux, "
15783
- "+50% on macOS and +40% on Windows. Also, much less CPU cycles are consumed. "
15772
+ "is used. The speedup for copying a 512MiB file is about +26% on Linux, +50% "
15773
+ "on macOS and +40% on Windows. Also, much less CPU cycles are consumed. "
15784
15774
"(Contributed by Giampaolo Rodola' in :issue:`25427`.)"
15785
15775
msgstr ""
15786
15776
"`bpo-33671 <https://bugs.python.org/issue33671>`__ : :func:`shutil."
@@ -15790,9 +15780,9 @@ msgstr ""
15790
15780
"más eficiente. En Windows :func:`shutil.copyfile` usa un tamaño de búfer "
15791
15781
"predeterminado más grande (1 MiB en lugar de 16 KiB) y se usa una variante "
15792
15782
"basada en :func:`memoryview` de :func:`shutil.copyfileobj`. La aceleración "
15793
- "para copiar un archivo de 512MiB es de aproximadamente +26% en Linux, "
15794
- "+50% en macOS y +40% en Windows. Además, se consumen muchos menos ciclos de "
15795
- "CPU. (Contribución de Giampaolo Rodola' en :issue:`25427`.)"
15783
+ "para copiar un archivo de 512MiB es de aproximadamente +26% en Linux, +50% "
15784
+ "en macOS y +40% en Windows. Además, se consumen muchos menos ciclos de CPU. "
15785
+ "(Contribución de Giampaolo Rodola' en :issue:`25427`.)"
15796
15786
15797
15787
#: ../build/NEWS:5809 ../build/NEWS:7460 ../build/NEWS:11931
15798
15788
msgid ""
@@ -17050,7 +17040,6 @@ msgstr ""
17050
17040
"ARGV permanezca como una lista cuando se ejecuta Rastrea."
17051
17041
17052
17042
#: ../build/NEWS:6234
17053
- #, python-format
17054
17043
msgid ""
17055
17044
"`bpo-31333 <https://bugs.python.org/issue31333>`__: ``_abc`` module is "
17056
17045
"added. It is a speedup module with C implementations for various functions "
@@ -17335,7 +17324,6 @@ msgstr ""
17335
17324
"plataformas de recursos bajos"
17336
17325
17337
17326
#: ../build/NEWS:6337 ../build/NEWS:8170
17338
- #, python-format
17339
17327
msgid ""
17340
17328
"`bpo-32221 <https://bugs.python.org/issue32221>`__: Various functions "
17341
17329
"returning tuple containing IPv6 addresses now omit ``%scope`` part since the "
@@ -20314,7 +20302,6 @@ msgstr ""
20314
20302
"`collections` en lugar de :mod:`collections.abc`."
20315
20303
20316
20304
#: ../build/NEWS:8095
20317
- #, python-format
20318
20305
msgid ""
20319
20306
"`bpo-31333 <https://bugs.python.org/issue31333>`__: ``_abc`` module is "
20320
20307
"added. It is a speedup module with C implementations for various functions "
@@ -20711,7 +20698,6 @@ msgstr ""
20711
20698
"una excepción si se encuentra una dirección de hardware de 64 bits."
20712
20699
20713
20700
#: ../build/NEWS:8404
20714
- #, python-format
20715
20701
msgid ""
20716
20702
"`bpo-32596 <https://bugs.python.org/issue32596>`__: ``concurrent.futures`` "
20717
20703
"imports ``ThreadPoolExecutor`` and ``ProcessPoolExecutor`` lazily (using :"
@@ -21531,7 +21517,6 @@ msgstr ""
21531
21517
"futuro."
21532
21518
21533
21519
#: ../build/NEWS:8709
21534
- #, python-format
21535
21520
msgid ""
21536
21521
"`bpo-32357 <https://bugs.python.org/issue32357>`__: Optimize asyncio."
21537
21522
"iscoroutine() and loop.create_task() for non-native coroutines (e.g. async/"
@@ -21556,7 +21541,6 @@ msgstr ""
21556
21541
"S_Reading() Se agrega el método."
21557
21542
21558
21543
#: ../build/NEWS:8717
21559
- #, python-format
21560
21544
msgid ""
21561
21545
"`bpo-32355 <https://bugs.python.org/issue32355>`__: Optimize asyncio."
21562
21546
"gather(); now up to 15% faster."
@@ -25044,7 +25028,6 @@ msgstr ""
25044
25028
"importación llamada la línea de comandos."
25045
25029
25046
25030
#: ../build/NEWS:9983
25047
- #, python-format
25048
25031
msgid ""
25049
25032
"`bpo-29568 <https://bugs.python.org/issue29568>`__: Escaped percent \"%%\" "
25050
25033
"in the format string for classic string formatting no longer allows any "
@@ -25236,7 +25219,6 @@ msgstr ""
25236
25219
"bytes (x) cuando X .__ índice __() aumenta la excepción."
25237
25220
25238
25221
#: ../build/NEWS:10047
25239
- #, python-format
25240
25222
msgid ""
25241
25223
"`bpo-29049 <https://bugs.python.org/issue29049>`__: Call "
25242
25224
"_PyObject_GC_TRACK() lazily when calling Python function. Calling function "
@@ -26017,7 +25999,6 @@ msgstr ""
26017
25999
"Concatenation Bug en raro ruta de error en el módulo de subproceso"
26018
26000
26019
26001
#: ../build/NEWS:10307 ../build/NEWS:13082
26020
- #, python-format
26021
26002
msgid ""
26022
26003
"`bpo-31350 <https://bugs.python.org/issue31350>`__: Micro-optimize :func:"
26023
26004
"`asyncio._get_running_loop` to become up to 10% faster."
@@ -26513,7 +26494,6 @@ msgstr ""
26513
26494
"Environ mientras está itinerando sobre él"
26514
26495
26515
26496
#: ../build/NEWS:10473
26516
- #, python-format
26517
26497
msgid ""
26518
26498
"`bpo-29585 <https://bugs.python.org/issue29585>`__: Avoid importing "
26519
26499
"``sysconfig`` from ``site`` to improve startup speed. Python startup is "
@@ -26802,7 +26782,6 @@ msgstr ""
26802
26782
"del camarero en Asyncio.lock. Parche por Mathieu Sornay."
26803
26783
26804
26784
#: ../build/NEWS:10570
26805
- #, python-format
26806
26785
msgid ""
26807
26786
"`bpo-30014 <https://bugs.python.org/issue30014>`__: modify() method of "
26808
26787
"poll(), epoll() and devpoll() based classes of selectors module is around "
@@ -28230,7 +28209,6 @@ msgstr ""
28230
28209
"addch() con ncurses6."
28231
28210
28232
28211
#: ../build/NEWS:11043 ../build/NEWS:14399 ../build/NEWS:18004
28233
- #, python-format
28234
28212
msgid ""
28235
28213
"`bpo-28449 <https://bugs.python.org/issue28449>`__: tarfile.open() with mode "
28236
28214
"\"r\" or \"r:\" now tries to open a tar file with compression before trying "
@@ -34239,7 +34217,6 @@ msgstr ""
34239
34217
"flotador.En las futuras versiones de Python, esto puede ser un error."
34240
34218
34241
34219
#: ../build/NEWS:15752
34242
- #, python-format
34243
34220
msgid ""
34244
34221
"`bpo-27097 <https://bugs.python.org/issue27097>`__: Python interpreter is "
34245
34222
"now about 7% faster due to optimized instruction decoding. Based on patch "
@@ -34619,7 +34596,6 @@ msgstr ""
34619
34596
"de niño todavía está funcionando."
34620
34597
34621
34598
#: ../build/NEWS:15898
34622
- #, python-format
34623
34599
msgid ""
34624
34600
"`bpo-27056 <https://bugs.python.org/issue27056>`__: Optimize pickle.load() "
34625
34601
"and pickle.loads(), up to 10% faster to deserialize a lot of small objects."
@@ -35743,7 +35719,6 @@ msgstr ""
35743
35719
"`bpo-26288 <https://bugs.python.org/issue26288>`__: Optimice Pylong_Asdouble."
35744
35720
35745
35721
#: ../build/NEWS:16307
35746
- #, python-format
35747
35722
msgid ""
35748
35723
"`bpo-26289 <https://bugs.python.org/issue26289>`__: Optimize floor and "
35749
35724
"modulo division for single-digit longs. Microbenchmarks show 2-2.5x "
@@ -37027,7 +37002,6 @@ msgstr ""
37027
37002
"de profundidad;Ahora es 20 veces más rápido."
37028
37003
37029
37004
#: ../build/NEWS:16756
37030
- #, python-format
37031
37005
msgid ""
37032
37006
"`bpo-25873 <https://bugs.python.org/issue25873>`__: Optimized iterating "
37033
37007
"ElementTree. Iterating elements Element.iter() is now 40% faster, iterating "
@@ -37057,7 +37031,6 @@ msgstr ""
37057
37031
"usar la clase."
37058
37032
37059
37033
#: ../build/NEWS:16765
37060
- #, python-format
37061
37034
msgid ""
37062
37035
"`bpo-25638 <https://bugs.python.org/issue25638>`__: Optimized ElementTree."
37063
37036
"iterparse(); it is now 2x faster. Optimized ElementTree parsing; it is now "
@@ -38445,7 +38418,6 @@ msgstr ""
38445
38418
"por Chi Hsuan Yen."
38446
38419
38447
38420
#: ../build/NEWS:17230 ../build/NEWS:19199
38448
- #, python-format
38449
38421
msgid ""
38450
38422
"`bpo-25702 <https://bugs.python.org/issue25702>`__: A --with-lto configure "
38451
38423
"option has been added that will enable link time optimizations at build time "
@@ -41752,7 +41724,6 @@ msgstr ""
41752
41724
"formato fijo de Windows en el vino. Parche por Martin Panter."
41753
41725
41754
41726
#: ../build/NEWS:20516
41755
- #, python-format
41756
41727
msgid ""
41757
41728
"`bpo-23466 <https://bugs.python.org/issue23466>`__: %c, %o, %x, and %X in "
41758
41729
"bytes formatting now raise TypeError on non-integer input."
@@ -41892,15 +41863,14 @@ msgstr ""
41892
41863
"que falta al mensaje de error PyCompileError. Parche por Alex Shkop."
41893
41864
41894
41865
#: ../build/NEWS:20563
41895
- #, python-format
41896
41866
msgid ""
41897
41867
"`bpo-21116 <https://bugs.python.org/issue21116>`__: Avoid blowing memory "
41898
41868
"when allocating a multiprocessing shared array that's larger than 50% of the "
41899
41869
"available RAM. Patch by Médéric Boquien."
41900
41870
msgstr ""
41901
41871
"`bpo-21116 <https://bugs.python.org/issue21116>`__: Evite soplar la memoria "
41902
- "al asignar una matriz compartida multiprocesada que es más grande que el "
41903
- "50% de la RAM disponible. Parche por Médéric Boquien."
41872
+ "al asignar una matriz compartida multiprocesada que es más grande que el 50% "
41873
+ "de la RAM disponible. Parche por Médéric Boquien."
41904
41874
41905
41875
#: ../build/NEWS:20567
41906
41876
msgid ""
@@ -43110,7 +43080,6 @@ msgstr ""
43110
43080
"compatible con el modo 'X' (creación exclusiva)."
43111
43081
43112
43082
#: ../build/NEWS:21002
43113
- #, python-format
43114
43083
msgid ""
43115
43084
"`bpo-23344 <https://bugs.python.org/issue23344>`__: marshal.dumps() is now "
43116
43085
"20-25% faster on average."
@@ -43119,7 +43088,6 @@ msgstr ""
43119
43088
"un 20-25% más rápido en promedio."
43120
43089
43121
43090
#: ../build/NEWS:21004
43122
- #, python-format
43123
43091
msgid ""
43124
43092
"`bpo-20416 <https://bugs.python.org/issue20416>`__: marshal.dumps() with "
43125
43093
"protocols 3 and 4 is now 40-50% faster on average."
@@ -43336,7 +43304,6 @@ msgstr ""
43336
43304
"si está disponible. Parche escrito por el templo Vitor de Lima y Gustavo."
43337
43305
43338
43306
#: ../build/NEWS:21090
43339
- #, python-format
43340
43307
msgid ""
43341
43308
"`bpo-20284 <https://bugs.python.org/issue20284>`__: %-interpolation (aka "
43342
43309
"printf) formatting added for bytes and bytearray."
@@ -43846,7 +43813,6 @@ msgstr ""
43846
43813
"Patch original por ysj.ray."
43847
43814
43848
43815
#: ../build/NEWS:21255
43849
- #, python-format
43850
43816
msgid ""
43851
43817
"`bpo-19995 <https://bugs.python.org/issue19995>`__: %c, %o, %x, and %X now "
43852
43818
"raise TypeError on non-integer input."
0 commit comments