[issue29879] typing.Text not available in python 3.5.1
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: typing.Text not available in python 3.5.1 versions: Python 3.5 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29879> _______________________________________
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 <report@bugs.python.org> <http://bugs.python.org/issue29879> _______________________________________
Charles Bouchard-Légaré added the comment: I mean, what is not documented is 'New in 3.5.2' ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29879> _______________________________________
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 <report@bugs.python.org> <http://bugs.python.org/issue29879> _______________________________________
Charles Bouchard-Légaré added the comment: Thank you for confirming this. I'll look into it ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29879> _______________________________________
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 <report@bugs.python.org> <http://bugs.python.org/issue29879> _______________________________________
Changes by Charles Bouchard-Légaré <cblegare.atl@ntis.ca>: ---------- pull_requests: +688 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29879> _______________________________________
Change by Ivan Levkivskyi <levkivskyi@gmail.com>: ---------- keywords: +patch pull_requests: +4501 stage: -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue29879> _______________________________________
Mariatta Wijaya <mariatta.wijaya@gmail.com> added the comment: New changeset 0cd2e81bea639828d7c9a7afc61fb1da9699492c by Mariatta (Ivan Levkivskyi) in branch 'master': bpo-29879: Update typing documentation. (GH-4573) https://github.com/python/cpython/commit/0cd2e81bea639828d7c9a7afc61fb1da969... ---------- nosy: +Mariatta _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue29879> _______________________________________
Change by Roundup Robot <devnull@psf.upfronthosting.co.za>: ---------- pull_requests: +4502 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue29879> _______________________________________
Mariatta Wijaya <mariatta.wijaya@gmail.com> added the comment: New changeset cceb0f8d7b3451fb8de03651c979f5ac639b68c0 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-29879: Update typing documentation. (GH-4573) (GH-4574) https://github.com/python/cpython/commit/cceb0f8d7b3451fb8de03651c979f5ac639... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue29879> _______________________________________
Mariatta Wijaya <mariatta.wijaya@gmail.com> 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 tracker <report@bugs.python.org> <https://bugs.python.org/issue29879> _______________________________________
participants (5)
-
Charles Bouchard-Légaré
-
Ivan Levkivskyi
-
Jim Fasarakis-Hilliard
-
Mariatta Wijaya
-
Roundup Robot