![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: Collecting IP range
From: Emile van Sebille <emile@fenx.com>
Date: Tue Jan 31 2006 - 03:33:43 CET
"yawgmoth7" <yawgmoth7@gmail.com> wrote in message
Here's one way:
def iterIPs(startip,endip):
for ii in iterIPs ('1.2.3.0','1.2.3.127'): ii
Emile
|