[issue29879] typing.Text not available in python 3.5.1

2017-11-26 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: This has been fixed in the 3.7 and 3.6 branches. Thanks all! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.6, Python 3.7 ___ Python

[issue29879] typing.Text not available in python 3.5.1

2017-11-26 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset cceb0f8d7b3451fb8de03651c979f5ac639b68c0 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-29879: Update typing documentation. (GH-4573) (GH-4574)

[issue29879] typing.Text not available in python 3.5.1

2017-11-26 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +4502 ___ Python tracker ___

[issue29879] typing.Text not available in python 3.5.1

2017-11-26 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 0cd2e81bea639828d7c9a7afc61fb1da9699492c by Mariatta (Ivan Levkivskyi) in branch 'master': bpo-29879: Update typing documentation. (GH-4573)

[issue29879] typing.Text not available in python 3.5.1

2017-11-26 Thread Ivan Levkivskyi
Change by Ivan Levkivskyi : -- keywords: +patch pull_requests: +4501 stage: -> patch review ___ Python tracker ___

[issue29879] typing.Text not available in python 3.5.1

2017-03-23 Thread Charles Bouchard-Légaré
Changes by Charles Bouchard-Légaré : -- pull_requests: +688 ___ Python tracker ___ ___

[issue29879] typing.Text not available in python 3.5.1

2017-03-22 Thread Jim Fasarakis-Hilliard
Jim Fasarakis-Hilliard added the comment: That's great, make sure you also take a look at the quick start section of the devguide [1] if you need help in any steps :-) [1]: https://docs.python.org/devguide/#quick-start -- ___ Python tracker

[issue29879] typing.Text not available in python 3.5.1

2017-03-22 Thread Charles Bouchard-Légaré
Charles Bouchard-Légaré added the comment: Thank you for confirming this. I'll look into it -- ___ Python tracker ___

[issue29879] typing.Text not available in python 3.5.1

2017-03-22 Thread Jim Fasarakis-Hilliard
Jim Fasarakis-Hilliard added the comment: Ah I see now, yes, neither are Reversible, Type, NewType, TYPE_CHECKING and DefaultDict. Why don't you go ahead an submit a PR for this? :-) -- ___ Python tracker

[issue29879] typing.Text not available in python 3.5.1

2017-03-22 Thread Charles Bouchard-Légaré
Charles Bouchard-Légaré added the comment: I mean, what is not documented is 'New in 3.5.2' -- ___ Python tracker ___

[issue29879] typing.Text not available in python 3.5.1

2017-03-22 Thread Jim Fasarakis-Hilliard
Jim Fasarakis-Hilliard added the comment: I'm guessing you might of missed it, `Text` is documented in the docs for Python 3.5 https://docs.python.org/3.5/library/typing.html#typing.Text :-) -- nosy: +Jim Fasarakis-Hilliard ___ Python tracker

[issue29879] typing.Text not available in python 3.5.1

2017-03-22 Thread Charles Bouchard-Légaré
New submission from Charles Bouchard-Légaré: The real issue here is that this is not documented in Doc/library/typing.rst. -- assignee: docs@python components: Documentation messages: 289985 nosy: Charles Bouchard-Légaré, docs@python priority: normal severity: normal status: open title: