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

slice-object support for sre_parse.SubPattern #44349

Closed
Yhg1s opened this issue Dec 18, 2006 · 3 comments
Closed

slice-object support for sre_parse.SubPattern #44349

Yhg1s opened this issue Dec 18, 2006 · 3 comments
Assignees
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@Yhg1s
Copy link
Member

Yhg1s commented Dec 18, 2006

BPO 1617680
Nosy @Yhg1s
Files
  • noslice.sre.diff
  • 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/Yhg1s'
    closed_at = <Date 2006-12-19.08:33:18.000>
    created_at = <Date 2006-12-18.03:14:15.000>
    labels = ['interpreter-core']
    title = 'slice-object support for sre_parse.SubPattern'
    updated_at = <Date 2006-12-19.08:33:18.000>
    user = 'https://github.com/Yhg1s'

    bugs.python.org fields:

    activity = <Date 2006-12-19.08:33:18.000>
    actor = 'twouters'
    assignee = 'twouters'
    closed = True
    closed_date = None
    closer = None
    components = ['Interpreter Core']
    creation = <Date 2006-12-18.03:14:15.000>
    creator = 'twouters'
    dependencies = []
    files = ['7661']
    hgrepos = []
    issue_num = 1617680
    keywords = ['patch']
    message_count = 3.0
    messages = ['51559', '51560', '51561']
    nosy_count = 2.0
    nosy_names = ['effbot', 'twouters']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1617680'
    versions = ['Python 2.6']

    @Yhg1s
    Copy link
    Member Author

    Yhg1s commented Dec 18, 2006

    Support for sre_parse.SubPattern indexing by slice object, by simply delegating to the contained list. (backported from the p3yk-noslice branch.)

    @Yhg1s Yhg1s closed this as completed Dec 18, 2006
    @Yhg1s Yhg1s self-assigned this Dec 18, 2006
    @Yhg1s Yhg1s added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Dec 18, 2006
    @effbot
    Copy link
    Mannequin

    effbot mannequin commented Dec 18, 2006

    Looks like a no-brainer. Go ahead and check it in.

    @Yhg1s
    Copy link
    Member Author

    Yhg1s commented Dec 19, 2006

    Checked in.

    @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
    interpreter-core (Objects, Python, Grammar, and Parser dirs)
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant