man python ---
COMMAND LINE OPTIONS
-c command
Specify the command to execute (see next section). This
terminates the option list (following options are passed as arguments
to
the command).
-d Turn on parser debugging output (for wizards only,
depen
I keep getting the following error/warning message when using the
python based program getmail4:
/usr/lib/python2.3/optparse.py:668: FutureWarning: %u/%o/%x/%X of
negative int will return a signed string in Python 2.4 and up
return ("<%s at 0x%x: %r>"
I'm using python2.3.5 on a debian sid box.