Stanley

Results 7 issues of Stanley

https://docs.python.org/dev/faq/programming.html * Issue: gh-96265

docs
awaiting review
skip news
needs backport to 3.10
needs backport to 3.11

#85299 https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.loop.run_in_executor

docs
awaiting changes
skip news

See also https://docs.python.org/dev/library/importlib.html#importlib.machinery.ModuleSpec * Issue: gh-64019

docs
awaiting merge
skip news
needs backport to 3.10
needs backport to 3.11

https://github.com/python/cpython/issues/99087

docs
skip issue
awaiting merge
skip news
pending

See: https://github.com/python/cpython/blob/main/Lib/asyncio/coroutines.py https://github.com/python/cpython/blob/main/Lib/asyncio/tasks.py https://github.com/python/cpython/tree/main/Lib/ctypes https://github.com/python/cpython/tree/main/Lib/curses/ascii.py https://github.com/python/cpython/tree/main/Lib/curses https://github.com/python/cpython/tree/main/Lib/ensurepip https://github.com/python/cpython/tree/main/Lib/signal.py https://github.com/python/cpython/tree/main/Lib/wsgiref https://github.com/python/cpython/tree/main/Lib/zoneinfo * Issue: gh-85073

docs
awaiting review
skip news

Suppose we have some lines that are close to 80 chars long ``` first text ... end first text. second text ... end second text. third text ... end third...

enhancement
needs: decision
guide-new content

There's this open issue right now on British vs American spelling: https://github.com/python/cpython/issues/82221 In the past, there's been some merged PRs on similar smallish consistency/grammar issues: https://github.com/python/cpython/pull/2787 https://github.com/python/cpython/pull/25985 However, there are...

doc:styleguide