Hi everyone,
ensurepip includes private copies of pip and setuptools. But PEP 453 states
that "once pip is able to run pip install --upgrade pip without needing
setuptools installed first, then the private copy of setuptools will be removed
from ensurepip in subsequent CPython releases."
https:
> I would prefer to wait for 3.11 to remove more deprecated features,
> these ones can survive a little bit longer.
>
> If possible, I suggest to remove functions at the beginning of a new
> Python development cycle, rather than just before the feature freeze.
> So projects tested with the developm
Hi everyone,
There are a couple of uncompleted asyncio feature removals scheduled
for 3.9 and 3.10 releases.
It will be great if we either complete them or reschedule before the
3.10 feature freeze. There are two stale pull requests related to
this.
Removal of @asyncio.coroutine in version 3.10 d