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

Argument Clinic: slice index converter #73934

Closed
serhiy-storchaka opened this issue Mar 7, 2017 · 2 comments
Closed

Argument Clinic: slice index converter #73934

serhiy-storchaka opened this issue Mar 7, 2017 · 2 comments
Labels
3.7 (EOL) end of life topic-argument-clinic type-feature A feature request or enhancement

Comments

@serhiy-storchaka
Copy link
Member

BPO 29748
Nosy @vstinner, @larryhastings, @serhiy-storchaka
PRs
  • bpo-29748: Added the slice index converter in Argument Clinic. #549
  • 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 2017-03-19.17:42:23.754>
    created_at = <Date 2017-03-07.13:06:47.778>
    labels = ['type-feature', '3.7', 'expert-argument-clinic']
    title = 'Argument Clinic: slice index converter'
    updated_at = <Date 2017-03-24.22:07:12.754>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2017-03-24.22:07:12.754>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-03-19.17:42:23.754>
    closer = 'serhiy.storchaka'
    components = ['Argument Clinic']
    creation = <Date 2017-03-07.13:06:47.778>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 29748
    keywords = []
    message_count = 2.0
    messages = ['289162', '290160']
    nosy_count = 3.0
    nosy_names = ['vstinner', 'larry', 'serhiy.storchaka']
    pr_nums = ['549']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue29748'
    versions = ['Python 3.7']

    @serhiy-storchaka
    Copy link
    Member Author

    Following PR adds the slice index converter. It can be used for converting indices in methods like list.index() and str.find().

    @serhiy-storchaka serhiy-storchaka added 3.7 (EOL) end of life topic-argument-clinic type-feature A feature request or enhancement labels Mar 7, 2017
    @serhiy-storchaka
    Copy link
    Member Author

    New changeset 80ec836 by Serhiy Storchaka in branch 'master':
    bpo-29748: Added the slice index converter in Argument Clinic. (#549)
    80ec836

    @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 topic-argument-clinic type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant