thanks a lot for this solution.
Next thing: how may i find out that that address is multicast one? is
there some easy possibility or i have to use regex now?
thanks
--
http://mail.python.org/mailman/listinfo/python-list
Hello,
is there any common function for validation if string contains valid ip
address(both ipv4 and ipv6)? Or does sb wrote some regular expression
for this?
thanks
J
--
http://mail.python.org/mailman/listinfo/python-list
Hello,
i am learning python so this will be propably a stupid
question/problem, so sorry ;)
I need schedule some jobs, times of this jobs are read from database.
So i would like to periodically(every hour) run some python script(or
leave runnig some script which will every hour start some method)