Man Linux: Main Page and Category List

NAME

       mpdchkpyver

FILE

       /Users/goodell/svn/mpich2-1.2.1p1-tmp/src/pm/mpd/mpdchkpyver.py

DESCRIPTION

       This program is not to be executed from the command line.
              It  is  exec’d by mpdroot to verify the version of python before
              executing a ’regular’ mpd pgm, e.g. mpdallexit.

FUNCTIONS

       ctime(...)  ctime(seconds) -> string

              Convert a time in seconds since the Epoch to a string  in  local
              time.   This  is equivalent to asctime(localtime(seconds)). When
              the time tuple is not  present,  current  time  as  returned  by
              localtime() is used.

       exit(...)  exit([status])

              Exit  the  interpreter  by  raising  SystemExit(status).  If the
              status is omitted or None, it defaults to zero (i.e.,  success).
              If  the  status  is  numeric, it will be used as the system exit
              status.  If it is another kind of object, it will be printed and
              the system exit status will be one (i.e., failure).

DATA

       __author__  = ’Ralph Butler and Rusty Lusk’ __credits__ = ’’ __date__ =
       ’Mon Feb 22 16:28:15 2010’ __version__ =  ’$Revision:  1.4  $’  argv  =
       [’/usr/bin/pydoc’,  ’mpdchkpyver’]  environ  =  {’_’: ’/usr/bin/pydoc’,
       ’HOME’: ’/Users/goodell’...=00;36:*....

       version =2.5.1 (r251:54863, Feb
              6 2009, 19:02:12) 4.0.1 (App...

VERSION

       1.4

DATE

       Mon Feb 22 16:28:15 2010

AUTHOR

       Ralph Butler and Rusty Lusk

CREDITS

                               22 February 2010                 mpdchkpyver(1)