[issue1911] webbrowser.open firefox 3 issues
Changes by Michael Bishop <[EMAIL PROTECTED]>: -- type: -> behavior __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1911> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue2411] test_nis.py fails if NIS is not configured or used
New submission from Michael Bishop <[EMAIL PROTECTED]>: Instead of failing the test which is inaccurate, the test will return that it was skipped and what the msg is. -- components: Tests files: test_nis.patch keywords: patch messages: 64016 nosy: MichaelBishop severity: normal status: open title: test_nis.py fails if NIS is not configured or used type: behavior versions: Python 2.6, Python 3.0 Added file: http://bugs.python.org/file9750/test_nis.patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2411> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue2419] Remove all IRIX dependant modules from aifc module
New submission from Michael Bishop <[EMAIL PROTECTED]>: Docs say that there are IRIX only modules which are dependant on the cl module which has been removed from Py3K. -- components: Library (Lib) messages: 64045 nosy: MichaelBishop severity: normal status: open title: Remove all IRIX dependant modules from aifc module versions: Python 3.0 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2419> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue2419] Remove all IRIX dependant modules from aifc module
Changes by Michael Bishop <[EMAIL PROTECTED]>: -- nosy: +brett.cannon __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2419> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue2433] Merge audio modules
New submission from Michael Bishop <[EMAIL PROTECTED]>: 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 -- components: Library (Lib) messages: 64182 nosy: MichaelBishop, brett.cannon severity: normal status: open title: Merge audio modules type: behavior versions: Python 2.6, Python 3.0 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2433> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com