File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ msgid ""
3434"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for "
3535"more information."
3636msgstr ""
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. "
3740
3841#: ../Doc/library/mmap.rst:11
3942msgid ""
@@ -439,12 +442,18 @@ msgid ""
439442"against the pagefile) will silently create a new map with the original data "
440443"copied over up to the length of the new size."
441444msgstr ""
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. "
442449
443450#: ../Doc/library/mmap.rst:266
444451msgid ""
445452"Correctly fails if attempting to resize when another map is held Allows "
446453"resize against an anonymous map on Windows"
447454msgstr ""
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 "
448457
449458#: ../Doc/library/mmap.rst:272
450459msgid ""
You can’t perform that action at this time.
0 commit comments