dns reverse look up with python ?

Robert Roy rjroy at takingcontrol.com
Wed Jan 10 18:21:41 EST 2001


On Tue, 9 Jan 2001 17:57:58 -0500, "Joel Ricker"
<joejava at dragonat.net> wrote:
>
>and $Result will contain the results of the command.  But what I found in
>the Python reference was os.system("command") which returned only a value
>that reports if the command was successful or not.  What is the Python way
>of running command and have the actual results of the command returned?
>
>later,
>Joel

use the commands module
>
>--
>I have been Perl-Free for 4 Days, 20 Hours, 8 Minutes, and 30 Seconds.
>-----------------------------------------------------------------------
>Joel Ricker   joejava at dragoncat.net
>  Just Another Python Hacker
>
>




More information about the Python-list mailing list