@@ -9,15 +9,16 @@ msgstr ""
9
9
"Project-Id-Version : Python en Español 3.7\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2021-10-16 21:42+0200\n "
12
- "PO-Revision-Date : 2020-07-22 13:11 -0300\n "
12
+ "PO-Revision-Date : 2021-11-08 22:08 -0300\n "
13
13
"Last-Translator : \n "
14
14
"Language : es_AR\n "
15
15
"Language-Team : \n "
16
- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
16
+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
17
"MIME-Version : 1.0\n "
18
18
"Content-Type : text/plain; charset=utf-8\n "
19
19
"Content-Transfer-Encoding : 8bit\n "
20
20
"Generated-By : Babel 2.9.1\n "
21
+ "X-Generator : Poedit 3.0\n "
21
22
22
23
#: ../Doc/library/multiprocessing.shared_memory.rst:2
23
24
msgid ""
@@ -405,3 +406,9 @@ msgid ""
405
406
"deserialized object has the same unique name and is just attached to an "
406
407
"existing object with the same name (if the object is still alive):"
407
408
msgstr ""
409
+ "El siguiente ejemplo demuestra que los objetos ``ShareableList`` (y de forma "
410
+ "implícita ``SharedMemory``) pueden ser serializados (*pickled*) y "
411
+ "deserializados (*unpickled*) si es que se necesitan. Nota, Este va a seguir "
412
+ "siendo el mismo objeto compartido. Esto sucede, porque el objeto "
413
+ "deserializado tiene el mismo nombre único y simplemente se adjunta a un "
414
+ "objeto existente con el mismo nombre (si el objeto todavía sigue vivo):"
0 commit comments