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

Add examples for re.escape() #74207

Closed
serhiy-storchaka opened this issue Apr 8, 2017 · 5 comments
Closed

Add examples for re.escape() #74207

serhiy-storchaka opened this issue Apr 8, 2017 · 5 comments
Assignees
Labels
3.7 (EOL) end of life docs Documentation in the Doc dir topic-regex type-feature A feature request or enhancement

Comments

@serhiy-storchaka
Copy link
Member

BPO 30021
Nosy @ezio-melotti, @serhiy-storchaka
PRs
  • bpo-30021: Add examples for re.escape(). #1048
  • bpo-30021: Add examples for re.escape(). (#1048) #1115
  • bpo-30021: Add examples for re.escape(). (#1048) #1116
  • bpo-30021: Add examples for re.escape(). (#1048) #1118
  • 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 = 'https://github.com/serhiy-storchaka'
    closed_at = <Date 2017-04-13.16:57:40.382>
    created_at = <Date 2017-04-08.08:12:54.785>
    labels = ['expert-regex', 'type-feature', '3.7', 'docs']
    title = 'Add examples for re.escape()'
    updated_at = <Date 2017-04-13.16:57:40.381>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2017-04-13.16:57:40.381>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2017-04-13.16:57:40.382>
    closer = 'serhiy.storchaka'
    components = ['Documentation', 'Regular Expressions']
    creation = <Date 2017-04-08.08:12:54.785>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 30021
    keywords = []
    message_count = 5.0
    messages = ['291326', '291619', '291620', '291621', '291622']
    nosy_count = 4.0
    nosy_names = ['ezio.melotti', 'mrabarnett', 'docs@python', 'serhiy.storchaka']
    pr_nums = ['1048', '1115', '1116', '1118']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue30021'
    versions = ['Python 2.7', 'Python 3.5', 'Python 3.6', 'Python 3.7']

    @serhiy-storchaka
    Copy link
    Member Author

    Proposed patch adds examples of using re.escape().

    See also bpo-29995.

    @serhiy-storchaka serhiy-storchaka added 3.7 (EOL) end of life docs Documentation in the Doc dir topic-regex type-feature A feature request or enhancement labels Apr 8, 2017
    @serhiy-storchaka
    Copy link
    Member Author

    New changeset 8fc7bc2 by Serhiy Storchaka in branch 'master':
    bpo-30021: Add examples for re.escape(). (bpo-1048)
    8fc7bc2

    @serhiy-storchaka
    Copy link
    Member Author

    New changeset 9366332 by Serhiy Storchaka in branch '3.6':
    bpo-30021: Add examples for re.escape(). (bpo-1048) (bpo-1115)
    9366332

    @serhiy-storchaka
    Copy link
    Member Author

    New changeset e2cf9a9 by Serhiy Storchaka in branch '3.5':
    bpo-30021: Add examples for re.escape(). (bpo-1048) (bpo-1116)
    e2cf9a9

    @serhiy-storchaka
    Copy link
    Member Author

    New changeset 53ad684 by Serhiy Storchaka in branch '2.7':
    bpo-30021: Add examples for re.escape(). (bpo-1048) (bpo-1118)
    53ad684

    @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
    3.7 (EOL) end of life docs Documentation in the Doc dir topic-regex type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant