We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent73ff1c5 commit2ae2d45Copy full SHA for 2ae2d45
library/contextvars.po
@@ -178,7 +178,6 @@ msgstr ""
178
"*token*."
179
180
#:../Doc/library/contextvars.rst:111
181
-#,fuzzy
182
msgid""
183
"A read-only property. Set to the value the variable had before the :meth:"
184
"`ContextVar.set` method call that created the token. It points to :attr:"
@@ -236,6 +235,10 @@ msgid ""
236
235
"fashion to :func:`threading.local()` when values are assigned in different "
237
"threads."
238
msgstr""
+"Cada hilo tendrá un objecto de nivel superior :class:`~contextvars.Context`. "
239
+"Esto significa que un objeto :class:`ContextVar` se comporta de una manera "
240
+"similar a :func:`threading.local()` cuando los valores están asignados desde "
241
+"hilos diferentes"
242
243
#:../Doc/library/contextvars.rst:152
244
msgid"Context implements the :class:`collections.abc.Mapping` interface."