On 8/11/2020 7:59 PM, Luciano Ramalho wrote:
I reorganized the typing module docs, Guido made suggestions, reviewed
and merged it to master.
Right now everything in typing.rst [1] applies to 3.9 as well as 3.10.
[1] https://docs.python.org/3.10/library/typing.html
How about copying the typing
Yeah, we should totally backport that PR. In fact, if you send me back the
PR, I'll add a "needs backport to 3.9" label to it and the automation
should take care of the rest.
Is there any reason it can't also be backported to 3.8?
On Tue, Aug 11, 2020 at 5:01 PM Luciano Ramalho wrote:
> Hello,
Hello, Łukasz,
I reorganized the typing module docs, Guido made suggestions, reviewed
and merged it to master.
Right now everything in typing.rst [1] applies to 3.9 as well as 3.10.
[1] https://docs.python.org/3.10/library/typing.html
How about copying the typing.rst file to the 3.9 branch, so
Python 3.9.0 is *almost* ready. This release, *3.9.0rc1*, is the penultimate
release preview. You can get it here:
https://www.python.org/downloads/release/python-390rc1/
Entering the release candidate phase, only reviewed code changes which are
clear bug fixes are allowed between this release c
If the release manager agrees, this should be a simple call to
cherry-picker.
On Tue, Aug 11, 2020 at 13:18 Matthew Einhorn wrote:
> Hi,
>
> The fix for https://bugs.python.org/issue33786 ("@asynccontextmanager
> doesn't work well with async generators") was merged in 3.8 and then
> backported t
Hi,
The fix for https://bugs.python.org/issue33786 ("@asynccontextmanager
doesn't work well with async generators") was merged in 3.8 and then
backported to 3.6. However, it was overlooked to be backported for 3.7 (
https://github.com/python/cpython/pull/7506).
I'm aware that 3.7 is in security f