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

Merge audio modules #46685

Closed
MichaelBishop mannequin opened this issue Mar 20, 2008 · 4 comments
Closed

Merge audio modules #46685

MichaelBishop mannequin opened this issue Mar 20, 2008 · 4 comments
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@MichaelBishop
Copy link
Mannequin

MichaelBishop mannequin commented Mar 20, 2008

BPO 2433
Nosy @brettcannon, @vstinner

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 2008-11-23.23:48:59.939>
created_at = <Date 2008-03-20.17:20:46.286>
labels = ['type-bug', 'library']
title = 'Merge audio modules'
updated_at = <Date 2008-11-24.05:44:35.893>
user = 'https://bugs.python.org/MichaelBishop'

bugs.python.org fields:

activity = <Date 2008-11-24.05:44:35.893>
actor = 'brett.cannon'
assignee = 'none'
closed = True
closed_date = <Date 2008-11-23.23:48:59.939>
closer = 'vstinner'
components = ['Library (Lib)']
creation = <Date 2008-03-20.17:20:46.286>
creator = 'MichaelBishop'
dependencies = []
files = []
hgrepos = []
issue_num = 2433
keywords = []
message_count = 4.0
messages = ['64182', '75631', '76282', '76299']
nosy_count = 3.0
nosy_names = ['brett.cannon', 'vstinner', 'MichaelBishop']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'needs patch'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue2433'
versions = ['Python 2.6', 'Python 3.0']

@MichaelBishop
Copy link
Mannequin Author

MichaelBishop mannequin commented Mar 20, 2008

There are many duplicate functions throughout the many audio modules. I
plan to merge relevant functions into 2 modules; a C module and a py
module. Once I go through the audio modules in detail, I'll post my plan
here.

Reference:
http://www.python.org/dev/peps/pep-3108/
http://mail.python.org/pipermail/python-3000/2007-January/005295.html

@MichaelBishop MichaelBishop mannequin added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Mar 20, 2008
@vstinner
Copy link
Member

vstinner commented Nov 8, 2008

Which modules? And where is the patch? :-)

@vstinner
Copy link
Member

2.6 and 3.0rc3 are released. It's too late to change the standard
library. So I prefer to close the bug. Reopen it if you want to work
on that.

@brettcannon
Copy link
Member

On Sun, Nov 23, 2008 at 15:49, STINNER Victor <report@bugs.python.org> wrote:

STINNER Victor <victor.stinner@haypocalc.com> added the comment:

2.6 and 3.0rc3 are released. It's too late to change the standard
library. So I prefer to close the bug. Reopen it if you want to work
on that.

It's not too late, just harder; new modules can always be added and
old ones deprecated. If Michael still wants to do this there is a
chance for it to go into the stdlib. But closing the bug is fine.

@brettcannon brettcannon changed the title Merge audio modules Merge audio modules Nov 24, 2008
@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-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants