[issue1952] test_select.py converted to unittest

2008-03-13 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: Went with another test_select conversion from GHOP that added more tests. Closing as rejected. -- resolution: -> rejected status: open -> closed __ Tracker <[EMAIL PROTECTED]>

[issue1952] test_select.py converted to unittest

2008-02-17 Thread Brett Cannon
Changes by Brett Cannon: -- assignee: -> brett.cannon nosy: +brett.cannon __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list

[issue1952] test_select.py converted to unittest

2008-02-06 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: In attachment is the patch including the sys.platform change discussed above. Added file: http://bugs.python.org/file9365/test_select.diff __ Tracker <[EMAIL PROTECTED]> _

[issue1952] test_select.py converted to unittest

2008-01-28 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: > 1. it's a shame the tests are skipped for windows or macintosh, but it > was just the same in the original version Yeah... I'm probably not the best person for talking about this low level stuff but since sockets seem to be the most portable thing accepted

[issue1952] test_select.py converted to unittest

2008-01-28 Thread Antoine Pitrou
Antoine Pitrou added the comment: The patch looks and works fine for me. Two things: 1. it's a shame the tests are skipped for windows or macintosh, but it was just the same in the original version 2. I don't think sys.platform[:3] can be equal to 'riscos' :) -- nosy: +pitrou __

[issue1952] test_select.py converted to unittest

2008-01-27 Thread Christian Heimes
Changes by Christian Heimes: -- keywords: +patch priority: -> normal __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsub

[issue1952] test_select.py converted to unittest

2008-01-27 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola': Added file: http://bugs.python.org/file9306/test_select.py __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing

[issue1952] test_select.py converted to unittest

2008-01-27 Thread Giampaolo Rodola'
New submission from Giampaolo Rodola': In attachment. -- components: Tests files: test_select.diff messages: 61756 nosy: giampaolo.rodola severity: minor status: open title: test_select.py converted to unittest type: rfe versions: Python 2.6 Added file: http://bugs.python.org/file9305/te