This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients
Date 2002-09-26.16:03:02
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=44345

No go:

$ python
Python 2.2.1 (#2, Sep  9 2002, 17:22:35) [C] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import os 
>>> os.system("(less 2>/dev/null)")
sh: less: not found
256
>>> os.system("(less >/dev/null 2>&1)")
sh: less: not found
256
History
Date User Action Args
2007-08-23 15:15:23adminlinkissue612111 messages
2007-08-23 15:15:23admincreate