[Python-Dev] updated exit.py and supporting files for your perusal

M.-A. Lemburg mal@lemburg.com
Fri, 23 Jun 2000 12:08:46 +0200


Vladimir Marangozov wrote:
> 
> Skip Montanaro wrote:
> >
> >
> >     Guido> If I had designed this, I might have called the module "onexit"
> >     Guido> or "atexit" and the public function simply "register()".  But
> >     Guido> I've got only a +0 for my own proposal.  A +1 for the general
> >     Guido> idea.
> >
> > I'm happy to change things.  I was a bit curious if people would ask about
> > such a common word for a new module name.  What module name do people
> > prefer, "atexit", "onexit" (reads quickly like "one exit" if you're not
> > careful), or something else?
> >
> > Skip
> 
> atexit.py

How about exitfunc.py ? It would make the relation to sys.exitfunc
pretty clear.

-- 
Marc-Andre Lemburg
______________________________________________________________________
Business:                                      http://www.lemburg.com/
Python Pages:                           http://www.lemburg.com/python/