[issue10433] Document unique behavior of 'getgroups' on OSX

2011-04-03 Thread Ned Deily
Ned Deily added the comment: Here's a revised doc patch. As noted from my investigation in Issue7900, the key getgroups behavior change is with the OS X 10.6 ABI (so > 10.5), not 10.5. -- stage: needs patch -> commit review Added file: http://bugs.python.org/file21528/issue10433-v2.pat

[issue11571] Turtle window pops under the terminal on OSX

2011-04-03 Thread Ned Deily
Ned Deily added the comment: Looks good to me. I tested on OS X with both Tk 8.5 on 10.6 and Tk 8.4 on 10.5. The demo runs fine under IDLE.app and bin/idle3. If no objections, I'll commit the patch with the nit addressed. -- keywords: +patch stage: -> commit review versions: +Pyth

[issue11759] assert for exception parameters

2011-04-03 Thread anatoly techtonik
New submission from anatoly techtonik : I've just realized that unittest doesn't provide a way to test arguments of exception thrown during assertRaises check. -- components: Tests messages: 132919 nosy: techtonik priority: normal severity: normal status: open title: assert for exceptio

<    1   2