[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.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
___
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@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/THV2YUBZHUKRWXIKNMPCKAJTWGVNYUAV/
Code of Conduct: http://python.org/psf/codeofconduct/


[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, Ɓ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-le...@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/XANDKPKVFHHEQYYMJE5FOVK2RHVZPX5W/
> Code of Conduct: http://python.org/psf/codeofconduct/
>


-- 
--Guido van Rossum (python.org/~guido)
*Pronouns: he/him **(why is my pronoun here?)*

___
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@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/6FKUUVN6LB466O4PEPR5DVLBQMPX2TR2/
Code of Conduct: http://python.org/psf/codeofconduct/