Message 194926 - Python tracker

Message194926

Author vajrasky
Recipients ezio.melotti, michael.foord, pitrou, serhiy.storchaka, terry.reedy, vajrasky
Date 2013-08-12.04:57:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376283437.11.0.288352352627.issue18702@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2013-08-12 04:57:17vajraskysetrecipients: + vajrasky, terry.reedy, pitrou, ezio.melotti, michael.foord, serhiy.storchaka
2013-08-12 04:57:17vajraskysetmessageid: <1376283437.11.0.288352352627.issue18702@psf.upfronthosting.co.za>
2013-08-12 04:57:17vajraskylinkissue18702 messages
2013-08-12 04:57:17vajraskycreate