Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove typing.io and typing.re from documentation #79270

Closed
srittau mannequin opened this issue Oct 28, 2018 · 7 comments
Closed

Remove typing.io and typing.re from documentation #79270

srittau mannequin opened this issue Oct 28, 2018 · 7 comments
Labels
docs Documentation in the Doc dir

Comments

@srittau
Copy link
Mannequin

srittau mannequin commented Oct 28, 2018

BPO 35089
Nosy @gvanrossum, @srittau, @ilevkivskyi, @miss-islington
PRs
  • bpo-35089: Don't mention typing.io and typing.re #10173
  • [3.7] bpo-35089: Don't mention typing.io and typing.re (GH-10173) #10177
  • [3.6] bpo-35089: Don't mention typing.io and typing.re (GH-10173) #10178
  • bpo-38291: Remove mention of typing.io and typing.re again #26113
  • [3.10] bpo-38291: Remove mention of typing.io and typing.re again (GH-26113) #26720
  • [3.9] bpo-38291: Remove mention of typing.io and typing.re again (GH-26113) #26721
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2018-10-28.17:38:41.151>
    created_at = <Date 2018-10-28.11:40:23.604>
    labels = ['docs']
    title = 'Remove typing.io and typing.re from documentation'
    updated_at = <Date 2021-06-14.15:07:08.878>
    user = 'https://github.com/srittau'

    bugs.python.org fields:

    activity = <Date 2021-06-14.15:07:08.878>
    actor = 'miss-islington'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2018-10-28.17:38:41.151>
    closer = 'levkivskyi'
    components = ['Documentation']
    creation = <Date 2018-10-28.11:40:23.604>
    creator = 'srittau'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 35089
    keywords = ['patch']
    message_count = 7.0
    messages = ['328683', '328696', '328700', '328701', '395799', '395802', '395804']
    nosy_count = 5.0
    nosy_names = ['gvanrossum', 'srittau', 'docs@python', 'levkivskyi', 'miss-islington']
    pr_nums = ['10173', '10177', '10178', '26113', '26720', '26721']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue35089'
    versions = []

    @srittau
    Copy link
    Mannequin Author

    srittau mannequin commented Oct 28, 2018

    Per the discussion in python/typing#589 and python/typeshed#1652, IO, BinaryIO, TextIO, Pattern, and Match should be imported directly from typing, not from typing.io and typing.re. The documentation needs to be adjusted accordingly.

    @srittau srittau mannequin assigned docspython Oct 28, 2018
    @srittau srittau mannequin added the docs Documentation in the Doc dir label Oct 28, 2018
    @ilevkivskyi
    Copy link
    Member

    New changeset c8a8d6b by Ivan Levkivskyi (Sebastian Rittau) in branch 'master':
    bpo-35089: Don't mention typing.io and typing.re (GH-10173)
    c8a8d6b

    @miss-islington
    Copy link
    Contributor

    New changeset c516dc6 by Miss Islington (bot) in branch '3.7':
    bpo-35089: Don't mention typing.io and typing.re (GH-10173)
    c516dc6

    @miss-islington
    Copy link
    Contributor

    New changeset a36f04c by Miss Islington (bot) in branch '3.6':
    bpo-35089: Don't mention typing.io and typing.re (GH-10173)
    a36f04c

    @gvanrossum
    Copy link
    Member

    New changeset 8a76683 by Sebastian Rittau in branch 'main':
    bpo-38291: Remove mention of typing.io and typing.re again (GH-26113)
    8a76683

    @miss-islington
    Copy link
    Contributor

    New changeset fc310cb by Miss Islington (bot) in branch '3.10':
    bpo-38291: Remove mention of typing.io and typing.re again (GH-26113)
    fc310cb

    @miss-islington
    Copy link
    Contributor

    New changeset 7f02195 by Miss Islington (bot) in branch '3.9':
    bpo-38291: Remove mention of typing.io and typing.re again (GH-26113)
    7f02195

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    docs Documentation in the Doc dir
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants