[Python-checkins] python/dist/src/Lib/test/output test_atexit,1.1,NONE

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Tue, 16 Jul 2002 12:31:02 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory usw-pr-cvs1:/tmp/cvs-serv13334/python/Lib/test/output

Removed Files:
	test_atexit 
Log Message:
The atexit module effectively turned itself off if sys.exitfunc already
existed at the time atexit first got imported.  That's a bug, and this
fixes it.

Also reworked test_atexit.py to test for this too, and to stop using
an "expected output" file, and to test what actually happens at exit
instead of just simulating what it thinks atexit will do at exit.

Bugfix candidate, but it's messy so I'll backport to 2.2 myself.


--- test_atexit DELETED ---