Python On Your average file filter...
by agnul,
August 29, 2008 07:55
Me too! All those changes m...
try:
if options.input_file:
infile = open(options.input_file, 'r')
...
Python Your average file filter...
by agnul,
August 27, 2008 17:22,
8 refactorings
From the useless speculatio...
I'm planning to run this sn...