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

idlelib/EditorWindow.py uses xrange() #47162

Closed
mark-summerfield mannequin opened this issue May 19, 2008 · 3 comments
Closed

idlelib/EditorWindow.py uses xrange() #47162

mark-summerfield mannequin opened this issue May 19, 2008 · 3 comments
Assignees

Comments

@mark-summerfield
Copy link
Mannequin

mark-summerfield mannequin commented May 19, 2008

BPO 2913
Nosy @birkenfeld, @kbkaiser, @mark-summerfield
Files
  • EditorWindow_-x-range.patch
  • 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/kbkaiser'
    closed_at = <Date 2008-07-19.13:54:07.719>
    created_at = <Date 2008-05-19.11:49:44.210>
    labels = ['expert-IDLE']
    title = 'idlelib/EditorWindow.py uses xrange()'
    updated_at = <Date 2008-07-19.13:54:07.717>
    user = 'https://github.com/mark-summerfield'

    bugs.python.org fields:

    activity = <Date 2008-07-19.13:54:07.717>
    actor = 'georg.brandl'
    assignee = 'kbk'
    closed = True
    closed_date = <Date 2008-07-19.13:54:07.719>
    closer = 'georg.brandl'
    components = ['IDLE']
    creation = <Date 2008-05-19.11:49:44.210>
    creator = 'mark'
    dependencies = []
    files = ['10781']
    hgrepos = []
    issue_num = 2913
    keywords = ['patch']
    message_count = 3.0
    messages = ['67060', '68986', '70033']
    nosy_count = 4.0
    nosy_names = ['georg.brandl', 'kbk', 'mark', 'zanella']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue2913'
    versions = ['Python 3.0']

    @mark-summerfield
    Copy link
    Mannequin Author

    mark-summerfield mannequin commented May 19, 2008

    In Py30a5 idlelib/EditorWindow.py line 292 uses xrange() when it should
    use range().

    @mark-summerfield mark-summerfield mannequin added the topic-IDLE label May 19, 2008
    @kbkaiser kbkaiser self-assigned this May 22, 2008
    @zanella
    Copy link
    Mannequin

    zanella mannequin commented Jun 30, 2008

    xrange has been deprecated on py_3k, so it's a valid one liner.

    @birkenfeld
    Copy link
    Member

    Fixed in r65140.

    @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
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants