>>>>> "GvR" == Guido van Rossum <guido@python.org> writes:
GvR> The idea is not clear to me at all. Why can't you say
GvR> now = lambda: time.time()
I'm not sure, but I'd guess that Neil wants to do something like:
print now
instead of
print now()
to get the current time.
-Barry