timeit documentation should have example with function arguments

BPO 35138
Nosy @vstinner, @miss-islington, @tirkarthi, @davidak
PRs
  • bpo-35138: Added an example for timeit.timeit with callable arguments #9787
  • [3.7] bpo-35138: Added an example for timeit.timeit with callable arguments (GH-9787) #13295
  • 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 2019-05-13.21:53:18.892>
    created_at = <Date 2018-11-01.16:45:34.474>
    labels = ['easy', '3.8', 'type-feature', '3.7', 'docs']
    title = 'timeit documentation should have example with function arguments'
    updated_at = <Date 2019-05-13.21:53:18.891>
    user = 'https://github.com/davidak'

    bugs.python.org fields:

    activity = <Date 2019-05-13.21:53:18.891>
    actor = 'vstinner'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2019-05-13.21:53:18.892>
    closer = 'vstinner'
    components = ['Documentation']
    creation = <Date 2018-11-01.16:45:34.474>
    creator = 'davidak'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 35138
    keywords = ['patch', 'easy']
    message_count = 5.0
    messages = ['329079', '329085', '342376', '342378', '342391']
    nosy_count = 5.0
    nosy_names = ['vstinner', 'docs@python', 'miss-islington', 'xtreak', 'davidak']
    pr_nums = ['9787', '13295']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue35138'
    versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']