1 2 3 4
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...
1 2 3 4
try: if options.input_file: infile = open(options.input_file, 'r') ...
From the useless speculatio...
Me too! All those changes m...