This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2008年03月20日 17:20 by MichaelBishop, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg64182 - (view) | Author: Michael Bishop (MichaelBishop) * | Date: 2008年03月20日 17:20 | |
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 |
|||
| msg75631 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2008年11月08日 11:50 | |
Which modules? And where is the patch? :-) |
|||
| msg76282 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2008年11月23日 23:48 | |
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. |
|||
| msg76299 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年11月24日 05:44 | |
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. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:32 | admin | set | github: 46685 |
| 2008年11月24日 05:44:35 | brett.cannon | set | messages:
+ msg76299 title: Merge audio modules -> Merge audio modules |
| 2008年11月23日 23:48:59 | vstinner | set | status: open -> closed resolution: out of date messages: + msg76282 |
| 2008年11月08日 11:50:19 | vstinner | set | nosy:
+ vstinner messages: + msg75631 stage: needs patch |
| 2008年03月20日 17:20:46 | MichaelBishop | create | |