doc Replace "hook function" with "callable" in urllib.request.urlretrieve

BPO 33885
Nosy @terryjreedy, @orsenthil, @andresdelfino, @miss-islington
PRs
  • bpo-33885: Replace "hook function" with "callable" #7765
  • [3.7] bpo-33885: Replace "hook function" with "callable" (GH-7765) #7861
  • [2.7] bpo-33885: Replace "hook function" with "callable" (GH-7765). #7885
  • [master] bpo-33885: Replace "hook function" with "callable" (GH-7765) #7886
  • 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 2018-06-24.02:34:50.663>
    created_at = <Date 2018-06-17.17:21:31.406>
    labels = ['3.8', 'type-feature', '3.7', 'docs']
    title = 'doc Replace "hook function" with "callable" in urllib.request.urlretrieve'
    updated_at = <Date 2018-06-24.02:34:50.661>
    user = 'https://github.com/andresdelfino'

    bugs.python.org fields:

    activity = <Date 2018-06-24.02:34:50.661>
    actor = 'terry.reedy'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2018-06-24.02:34:50.663>
    closer = 'terry.reedy'
    components = ['Documentation']
    creation = <Date 2018-06-17.17:21:31.406>
    creator = 'adelfino'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 33885
    keywords = ['patch']
    message_count = 7.0
    messages = ['319822', '320261', '320262', '320272', '320275', '320343', '320344']
    nosy_count = 5.0
    nosy_names = ['terry.reedy', 'orsenthil', 'docs@python', 'adelfino', 'miss-islington']
    pr_nums = ['7765', '7861', '7885', '7886']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue33885'
    versions = ['Python 2.7', 'Python 3.6', 'Python 3.7', 'Python 3.8']