Message194926
I read the patch. It looks good.
Anyway, I have two questions:
1. I saw 3 variants of writing description for skipping test descriptor:
requires os.mkfifo
test needs socket.inet_pton()
needs os.read
Which one is the preferred way to go? "requires" or "test needs" or "needs"? Or it does not matter?
2. I saw 2 variants of writing the function name required for running the test.
test needs socket.inet_pton()
test needs socket.inet_pton
Which one is the preferred way to go? With or without parentheses? Or it does not matter? |
|
| Date |
User |
Action |
Args |
| 2013-08-12 04:57:17 | vajrasky | set | recipients:
+ vajrasky, terry.reedy, pitrou, ezio.melotti, michael.foord, serhiy.storchaka |
| 2013-08-12 04:57:17 | vajrasky | set | messageid: <1376283437.11.0.288352352627.issue18702@psf.upfronthosting.co.za> |
| 2013-08-12 04:57:17 | vajrasky | link | issue18702 messages |
| 2013-08-12 04:57:17 | vajrasky | create | |
|