Re: ipv6 validation

2006-03-30 Thread jiri . juranek
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

ipv6 validation

2006-03-18 Thread jiri . juranek
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

time scheduling in ptyhon

2006-01-17 Thread jiri . juranek
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)