Author georg.brandl
Recipients
Date 2007-03-13.20:30:24
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Rejecting this for a number of reasons:
Module-level globals to be set by the user of a module are bad
1) it is not obvious if it's not set directly before the getstatusoutput() call
2) it's completely confusing with threads
3) commands is quasi-deprecated in favor of subprocess
History
Date User Action Args
2007-08-23 15:53:19adminlinkissue1517586 messages
2007-08-23 15:53:19admincreate