[issue37911] Minor error in PEP567 code example

2019-10-24 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker ___ __

[issue37911] Minor error in PEP567 code example

2019-08-21 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: PEPs have their own GitHub issue tracker though I am not sure of edits to this PEP. GitHub : https://github.com/python/peps/issues . This can be closed as third party. -- nosy: +xtreak ___ Python tracke

[issue37911] Minor error in PEP567 code example

2019-08-21 Thread Semyon
New submission from Semyon : In PEP-567 there is a code example in `contextvars.Context` section (https://www.python.org/dev/peps/pep-0567/#contextvars-context): ``` # Print all context variables and their values in 'ctx': print(ctx.items()) ``` But `ctx.items()` doesn't return a list of tupl