How about copying the typing module docs from 3.10 to 3.9?
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 more people would benefit from it sooner? Cheers, Luciano -- Luciano Ramalho | Author of Fluent Python (O'Reilly, 2015) | http://shop.oreilly.com/product/0636920032519.do | Technical Principal at ThoughtWorks | Twitter: @ramalhoorg
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 <luciano@ramalho.org> wrote:
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 more people would benefit from it sooner?
Cheers,
Luciano
-- Luciano Ramalho | Author of Fluent Python (O'Reilly, 2015) | http://shop.oreilly.com/product/0636920032519.do | Technical Principal at ThoughtWorks | Twitter: @ramalhoorg _______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-leave@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/XANDKPKV... Code of Conduct: http://python.org/psf/codeofconduct/
-- --Guido van Rossum (python.org/~guido) *Pronouns: he/him **(why is my pronoun here?)* <http://feministing.com/2015/02/03/how-using-they-as-a-singular-pronoun-can-c...>
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.rst file to the 3.9 branch, so more people would benefit from it sooner?
Doc improvements are routinely backported to versions they apply to, the same as with bugfixes. Doing so is usually decided and done by the person merging to master. The main reason not to do so is when there are major merge conflicts. Doc changes show up online the next day. I assume that the changes did not make the 3.9.0rc1 release ea rlier today. Whether the release crew will update the offline docs included with Windows and Mac installers in .0rc2 and .0 is a separate issue from doing a backport. -- Terry Jan Reedy
participants (3)
-
Guido van Rossum
-
Luciano Ramalho
-
Terry Reedy