[issue33366] `contextvars` documentation incorrectly refers to "non-local state".

2018-04-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +6317 ___ Python tracker ___

[issue33366] `contextvars` documentation incorrectly refers to "non-local state".

2018-04-27 Thread Yury Selivanov
Yury Selivanov added the comment: Thank you, Tom! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue33366] `contextvars` documentation incorrectly refers to "non-local state".

2018-04-27 Thread Tom Christie
Tom Christie added the comment: Refs: https://github.com/python/cpython/pull/6617 -- ___ Python tracker ___

[issue33366] `contextvars` documentation incorrectly refers to "non-local state".

2018-04-27 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +6313 stage: -> patch review ___ Python tracker ___

[issue33366] `contextvars` documentation incorrectly refers to "non-local state".

2018-04-26 Thread Yury Selivanov
Yury Selivanov added the comment: I like what you propose. Can you submit a PR? :) -- ___ Python tracker ___

[issue33366] `contextvars` documentation incorrectly refers to "non-local state".

2018-04-26 Thread Tom Christie
New submission from Tom Christie : The `contextvars` documentation, at https://docs.python.org/3.7/library/contextvars.html starts with the following: "This module provides APIs to manage, store, and access non-local state." I assume that must be a documentation bug,