Python equivalent of Perl's assignment to $0

N.G.Smith (ngs@ukc.ac.uk)
Thu, 07 Jul 94 15:22:55 GMT

In Perl assigning to $0 is a useful way of following the progress of a
long running process. Can a similar thing be done in Python?

Thanks,

Neil.