![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: Looking for Pythonic Examples
From: Ido Yehieli <Ido.Yehieli@gmail.com>
Date: Tue Feb 28 2006 - 20:55:07 CET
This one is from our very own BDFL, behold- wget implemented in 7 lines
import sys, urllib
|