[issue35089] Remove typing.io and typing.re from documentation

2021-06-14 Thread miss-islington
miss-islington added the comment: New changeset 7f021952b2debb51306f70ec96a94ecc7fbffc19 by Miss Islington (bot) in branch '3.9': bpo-38291: Remove mention of typing.io and typing.re again (GH-26113) https://github.com/python/cpython/commit/7f021952b2debb51306f70ec96a94ecc7fbffc19

[issue35089] Remove typing.io and typing.re from documentation

2021-06-14 Thread miss-islington
miss-islington added the comment: New changeset fc310cb862ce0411bb5daed37f7f31b75647495b by Miss Islington (bot) in branch '3.10': bpo-38291: Remove mention of typing.io and typing.re again (GH-26113) https://github.com/python/cpython/commit/fc310cb862ce0411bb5daed37f7f31b75647495b

[issue35089] Remove typing.io and typing.re from documentation

2021-06-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +25311 pull_request: https://github.com/python/cpython/pull/26721 ___ Python tracker ___

[issue35089] Remove typing.io and typing.re from documentation

2021-06-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +25309 pull_request: https://github.com/python/cpython/pull/26720 ___ Python tracker ___

[issue35089] Remove typing.io and typing.re from documentation

2021-06-14 Thread Guido van Rossum
Guido van Rossum added the comment: New changeset 8a76683cfb842e12b57f6d276839f6c68fd94e1a by Sebastian Rittau in branch 'main': bpo-38291: Remove mention of typing.io and typing.re again (GH-26113) https://github.com/python/cpython/commit/8a76683cfb842e12b57f6d276839f6c68fd94e1a

[issue35089] Remove typing.io and typing.re from documentation

2021-05-13 Thread Sebastian Rittau
Change by Sebastian Rittau : -- pull_requests: +24758 pull_request: https://github.com/python/cpython/pull/26113 ___ Python tracker ___

[issue35089] Remove typing.io and typing.re from documentation

2018-10-28 Thread Ivan Levkivskyi
Change by Ivan Levkivskyi : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue35089] Remove typing.io and typing.re from documentation

2018-10-28 Thread miss-islington
miss-islington added the comment: New changeset c516dc6e57341f24d2494514c650f4a240c1c95f by Miss Islington (bot) in branch '3.7': bpo-35089: Don't mention typing.io and typing.re (GH-10173) https://github.com/python/cpython/commit/c516dc6e57341f24d2494514c650f4a240c1c95f -- nosy:

[issue35089] Remove typing.io and typing.re from documentation

2018-10-28 Thread miss-islington
miss-islington added the comment: New changeset a36f04cedbbbe776deb478114c1bc0e4a6fe9380 by Miss Islington (bot) in branch '3.6': bpo-35089: Don't mention typing.io and typing.re (GH-10173) https://github.com/python/cpython/commit/a36f04cedbbbe776deb478114c1bc0e4a6fe9380 --

[issue35089] Remove typing.io and typing.re from documentation

2018-10-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +9501 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35089] Remove typing.io and typing.re from documentation

2018-10-28 Thread Ivan Levkivskyi
Ivan Levkivskyi added the comment: New changeset c8a8d6b347d5a6899feb7c810d28f22f3cb151b8 by Ivan Levkivskyi (Sebastian Rittau) in branch 'master': bpo-35089: Don't mention typing.io and typing.re (GH-10173) https://github.com/python/cpython/commit/c8a8d6b347d5a6899feb7c810d28f22f3cb151b8

[issue35089] Remove typing.io and typing.re from documentation

2018-10-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +9500 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35089] Remove typing.io and typing.re from documentation

2018-10-28 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: +gvanrossum, levkivskyi ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35089] Remove typing.io and typing.re from documentation

2018-10-28 Thread Sebastian Rittau
Change by Sebastian Rittau : -- keywords: +patch pull_requests: +9496 stage: -> patch review ___ Python tracker ___ ___

[issue35089] Remove typing.io and typing.re from documentation

2018-10-28 Thread Sebastian Rittau
New submission from Sebastian Rittau : Per the discussion in https://github.com/python/typing/issues/589 and https://github.com/python/typeshed/issues/1652, IO, BinaryIO, TextIO, Pattern, and Match should be imported directly from typing, not from typing.io and typing.re. The documentation