[Python-Dev] Re: How about copying the typing module docs from 3.10 to 3.9?

2020-08-11 Thread Terry Reedy
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

[Python-Dev] Re: How about copying the typing module docs from 3.10 to 3.9?

2020-08-11 Thread Guido van Rossum
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,

[Python-Dev] How about copying the typing module docs from 3.10 to 3.9?

2020-08-11 Thread Luciano Ramalho
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-Dev] [RELEASE] Python 3.9.0rc1 is now available

2020-08-11 Thread Łukasz Langa
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

[Python-Dev] Re: async generator bug fixed in 3.8+ and backported to 3.6 but not to 3.7

2020-08-11 Thread Guido van Rossum
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

[Python-Dev] async generator bug fixed in 3.8+ and backported to 3.6 but not to 3.7

2020-08-11 Thread Matthew Einhorn
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