Re: [Python-Dev] Patch for trunk test_winsound.py (fixes my buildbot)

2008-03-05 Thread Neal Norwitz
On Wed, Mar 5, 2008 at 2:18 AM, Nick Coghlan <[EMAIL PROTECTED]> wrote: > Nick Coghlan wrote: > > While the patches are appreciated, please submit them to the tracker at > > bugs.python.org rather than mailing them directly to this list. > > This comment doesn't apply to your recent posts - look

Re: [Python-Dev] Patch for trunk test_winsound.py (fixes my buildbot)

2008-03-05 Thread Nick Coghlan
Trent Nelson wrote: > winsound.Beep fails for me on the 'x86 2k8 trunk' build slave, which > is a virtual Windows Server 2008 instance running under Hyper-V. Not > surprisingly, there's not a single audio-related device on this > system. The attached patch to test_winsound.py incorporates the > _

Re: [Python-Dev] Patch for trunk test_winsound.py (fixes my buildbot)

2008-03-05 Thread Nick Coghlan
Nick Coghlan wrote: > While the patches are appreciated, please submit them to the tracker at > bugs.python.org rather than mailing them directly to this list. This comment doesn't apply to your recent posts - looks like those have all been checked in already ;) Cheers, Nick. -- Nick Coghlan

[Python-Dev] Patch for trunk test_winsound.py (fixes my buildbot)

2008-03-04 Thread Trent Nelson
winsound.Beep fails for me on the 'x86 2k8 trunk' build slave, which is a virtual Windows Server 2008 instance running under Hyper-V. Not surprisingly, there's not a single audio-related device on this system. The attached patch to test_winsound.py incorporates the _have_soundcard() checks to