[Chicago] __name__ == "__main__"

Michael Tobis mtobis at gmail.com
Sat Oct 27 01:12:31 CEST 2007


Here's Guido's take on it:
http://www.artima.com/weblogs/viewpost.jsp?thread=4829

Dave's version helped me get the point of all this, thanks.

Nitpicking, I think Skip's is imperfectly from memory since

           opts, args = getopt.getopt(args, "h", ["help"])

doesn't seem to match

       for opt, arg in opts:

mt


More information about the Chicago mailing list