File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ msgid ""
34
34
"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for "
35
35
"more information."
36
36
msgstr ""
37
+ "Este módulo no funciona o no está disponible en plataformas WebAssembly "
38
+ "``wasm32-emscripten`` y ``wasm32-wasi``. Ver :ref:`wasm-availability` para "
39
+ "más información. "
37
40
38
41
#: ../Doc/library/mmap.rst:11
39
42
msgid ""
@@ -439,12 +442,18 @@ msgid ""
439
442
"against the pagefile) will silently create a new map with the original data "
440
443
"copied over up to the length of the new size."
441
444
msgstr ""
445
+ "**En Windows**: cambiar el tamaño del mapa generará un :exc:`OSError` si hay "
446
+ "otros mapas contra el archivo con el mismo nombre. Cambiar el tamaño de un mapa anónimo (es decir, "
447
+ "contra el archivo de paginación) creará silenciosamente un nuevo mapa con los datos originales "
448
+ "copiado hasta la longitud del nuevo tamaño. "
442
449
443
450
#: ../Doc/library/mmap.rst:266
444
451
msgid ""
445
452
"Correctly fails if attempting to resize when another map is held Allows "
446
453
"resize against an anonymous map on Windows"
447
454
msgstr ""
455
+ "Falla correctamente si se intenta cambiar el tamaño cuando se sostiene otro mapa. Permite "
456
+ "cambiar el tamaño contra un mapa anónimo en Windows "
448
457
449
458
#: ../Doc/library/mmap.rst:272
450
459
msgid ""
You can’t perform that action at this time.
0 commit comments