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

sunau.getparams should return a namedtuple #63101

Closed
PCManticore mannequin opened this issue Sep 1, 2013 · 4 comments
Closed

sunau.getparams should return a namedtuple #63101

PCManticore mannequin opened this issue Sep 1, 2013 · 4 comments
Assignees
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@PCManticore
Copy link
Mannequin

PCManticore mannequin commented Sep 1, 2013

BPO 18901
Nosy @bitdancer, @PCManticore, @serhiy-storchaka
Files
  • sunau.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/serhiy-storchaka'
    closed_at = <Date 2013-09-03.22:04:36.928>
    created_at = <Date 2013-09-01.19:20:23.769>
    labels = ['type-feature', 'library']
    title = 'sunau.getparams should return a namedtuple'
    updated_at = <Date 2013-09-04.11:30:36.255>
    user = 'https://github.com/PCManticore'

    bugs.python.org fields:

    activity = <Date 2013-09-04.11:30:36.255>
    actor = 'python-dev'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2013-09-03.22:04:36.928>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)']
    creation = <Date 2013-09-01.19:20:23.769>
    creator = 'Claudiu.Popa'
    dependencies = []
    files = ['31551']
    hgrepos = []
    issue_num = 18901
    keywords = ['patch']
    message_count = 4.0
    messages = ['196729', '196871', '196872', '196902']
    nosy_count = 4.0
    nosy_names = ['r.david.murray', 'Claudiu.Popa', 'python-dev', 'serhiy.storchaka']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue18901'
    versions = ['Python 3.4']

    @PCManticore
    Copy link
    Mannequin Author

    PCManticore mannequin commented Sep 1, 2013

    This is similar to what was done for bpo-17818 and bpo-17487 and will gain for all the three audio libraries, aifc, wave and sunau a similar API. Patch and tests attached.

    @PCManticore PCManticore mannequin added the stdlib Python modules in the Lib dir label Sep 1, 2013
    @serhiy-storchaka serhiy-storchaka added the type-feature A feature request or enhancement label Sep 1, 2013
    @serhiy-storchaka serhiy-storchaka self-assigned this Sep 3, 2013
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Sep 3, 2013

    New changeset 99d26f32aed3 by Serhiy Storchaka in branch 'default':
    Issue bpo-18901: The sunau getparams method now returns a namedtuple rather than
    http://hg.python.org/cpython/rev/99d26f32aed3

    @serhiy-storchaka
    Copy link
    Member

    Thank you Claudiu for your contribution.

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Sep 4, 2013

    New changeset 61ca4732399b by Serhiy Storchaka in branch 'default':
    Issues bpo-18901, bpo-18919: Fix a typo in the _sunau_params name.
    http://hg.python.org/cpython/rev/61ca4732399b

    @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
    stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant