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

'filling' missing in __all__ ot turtle.py #51378

Closed
gregorlingl mannequin opened this issue Oct 14, 2009 · 2 comments
Closed

'filling' missing in __all__ ot turtle.py #51378

gregorlingl mannequin opened this issue Oct 14, 2009 · 2 comments
Labels
performance Performance or resource usage stdlib Python modules in the Lib dir

Comments

@gregorlingl
Copy link
Mannequin

gregorlingl mannequin commented Oct 14, 2009

BPO 7129
Nosy @loewis, @birkenfeld
Files
  • filling-bug.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 = None
    closed_at = <Date 2009-10-14.18:46:25.647>
    created_at = <Date 2009-10-14.18:32:59.949>
    labels = ['library', 'performance']
    title = "'filling' missing in __all__ ot turtle.py"
    updated_at = <Date 2009-10-14.18:46:25.646>
    user = 'https://bugs.python.org/gregorlingl'

    bugs.python.org fields:

    activity = <Date 2009-10-14.18:46:25.646>
    actor = 'georg.brandl'
    assignee = 'none'
    closed = True
    closed_date = <Date 2009-10-14.18:46:25.647>
    closer = 'georg.brandl'
    components = ['Library (Lib)']
    creation = <Date 2009-10-14.18:32:59.949>
    creator = 'gregorlingl'
    dependencies = []
    files = ['15128']
    hgrepos = []
    issue_num = 7129
    keywords = ['patch']
    message_count = 2.0
    messages = ['94007', '94008']
    nosy_count = 3.0
    nosy_names = ['loewis', 'georg.brandl', 'gregorlingl']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = 'resource usage'
    url = 'https://bugs.python.org/issue7129'
    versions = ['Python 3.1', 'Python 3.2']

    @gregorlingl
    Copy link
    Mannequin Author

    gregorlingl mannequin commented Oct 14, 2009

    By oversight the turtle graphics function filling is missing in the
    __all__ list which is composed by several parts, among them
    _tg_turtle_functions.

    So 'filling' has to be added to _tg_turtle_functions

    a path is attached

    @gregorlingl gregorlingl mannequin added stdlib Python modules in the Lib dir performance Performance or resource usage labels Oct 14, 2009
    @gregorlingl gregorlingl mannequin changed the title 'filling' missing in __all__ 'filling' missing in __all__ ot turtle.py Oct 14, 2009
    @birkenfeld
    Copy link
    Member

    Fixed in r75416.

    @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
    performance Performance or resource usage stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant