Warning message from python

I get the following message in the logfile:

/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

What does it mean?

bye

Re: Warning message from python

I don't recall if it's a matter of your system having a later version of python installed, ot BlockHosts likes a later version. On my system, I have both python2.3 and python2.4. If I call blockhosts.py with python2.3, I get the same warning as you. If I call it with python2.4, no warning.

HTH.