Skip to content

Expose meaningful keyword arguments for pow() #82418

Closed
@rhettinger

Description

@rhettinger
BPO 38237
Nosy @rhettinger, @mdickinson, @ambv, @serhiy-storchaka, @ammaraskar, @pablogsal, @miss-islington, @lschoe
PRs
  • bpo-38237: Make pow's arguments have more descriptive names and be keyword passable #16302
  • [3.8] bpo-38237: Make pow's arguments have more descriptive names and be keyword passable (GH-16302) #16320
  • [3.8] bpo-38237: Shorter docstring (GH-16322) #16323
  • bpo-38237: Fix "versionchanged" for pow named arguments #19042
  • [3.8] bpo-38237: Fix "versionchanged" for pow named arguments (GH-19042) #19079
  • bpo-38237: Use divmod for positional arguments whatsnew example #19171
  • [3.8] bpo-38237: Use divmod for positional arguments whatsnew example (GH-19171) #19192
  • 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/rhettinger'
    closed_at = <Date 2019-09-21.16:50:01.178>
    created_at = <Date 2019-09-20.17:21:42.262>
    labels = ['easy', '3.8', 'type-feature', 'library', '3.9']
    title = 'Expose meaningful keyword arguments for pow()'
    updated_at = <Date 2020-03-27.16:45:09.009>
    user = 'https://github.com/rhettinger'

    bugs.python.org fields:

    activity = <Date 2020-03-27.16:45:09.009>
    actor = 'miss-islington'
    assignee = 'rhettinger'
    closed = True
    closed_date = <Date 2019-09-21.16:50:01.178>
    closer = 'rhettinger'
    components = ['Library (Lib)']
    creation = <Date 2019-09-20.17:21:42.262>
    creator = 'rhettinger'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 38237
    keywords = ['patch', 'easy (C)']
    message_count = 28.0
    messages = ['352876', '352877', '352878', '352879', '352880', '352881', '352885', '352886', '352887', '352895', '352900', '352923', '352924', '352927', '352933', '352939', '352944', '352951', '352952', '364395', '364396', '364397', '364400', '364401', '364402', '364414', '365166', '365167']
    nosy_count = 8.0
    nosy_names = ['rhettinger', 'mark.dickinson', 'lukasz.langa', 'serhiy.storchaka', 'ammar2', 'pablogsal', 'miss-islington', 'lschoe']
    pr_nums = ['16302', '16320', '16323', '19042', '19079', '19171', '19192']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue38237'
    versions = ['Python 3.8', 'Python 3.9']

    Metadata

    Metadata

    Assignees

    Labels

    3.8 (EOL)end of life3.9only security fixeseasystdlibPython modules in the Lib dirtype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions