summaryrefslogtreecommitdiffstats
path: root/Doc/library/contextvars.rst
Commit message (Collapse)AuthorAgeFilesLines
* [doc] Fix erroneous backslashes in signatures and names (GH-23658)Andre Delfino2020-12-171-2/+2
| | | | | The issue being resolved is shown in the 3.10 docs (if you select docs for older versions you won't see a visual glitch). The newer sphinx version that produces the 3.10 docs doesn't treat the backslash to escape things in some situations it previously did.
* bpo-33985: Implement ContextVar.name attribute. (GH-7980)Yury Selivanov2018-06-281-0/+2
|
* Change "non-local state" to "content-local state". (GH-6617)Tom Christie2018-04-271-1/+1
| | | The wording here seems wrong, as per https://bugs.python.org/msg315792
* Fix duplicating words words. (GH-6296)Serhiy Storchaka2018-03-281-1/+1
| | | Most of them have been added in 3.7.
* bpo-32436: Add docs for contextvars (#5685)Yury Selivanov2018-02-161-0/+279