[Python-Dev] Wildcard mask and ANY IP

2013-10-06 Thread Stephen J. Turnbull
Amer writes: > Hello, > > I would like to thank you for your great effort > I have this question: > > I want to do the following IP address style in python > > ANY.45.10.ANY > ANY.x.y.z This list is for developing the Python language itself (including the CPython interpreter and the st

[Python-Dev] Wildcard mask and ANY IP

2013-10-06 Thread Amer
Hello, I would like to thank you for your great effort I have this question: I want to do the following IP address style in python ANY.45.10.ANY ANY.x.y.z I tried something like: 10.45.10.1 0.255.255.0, but it is not accepted I got some errors Any help is appreciated Best regards, Amer ___