Need eyes to look at code... time not having an attribute called asctime()

Scott David Daniels scott.daniels at acm.org
Mon Dec 5 14:32:28 EST 2005


Harlin Seritt wrote:
> from utilities import *
> from extractor import *
> import time
...
> 		data = os.popen(line).readlines()
> 		time = data[-1].split()[-1][:-2]
This seems an unfortunate choice of names.
> 	except:
> 		...

--Scott David Daniels
scott.daniels at acm.org



More information about the Python-list mailing list