commit | 01884d56f40fb0f44b410f9a61fad638996a0d8d | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Aug 18 02:50:00 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Aug 18 02:50:00 2004 +0000 |
tree | badc99a9730a23d49c9dab0a12a6b2e92c3964f1 | |
parent | 0ccff074cd806bc7e963a1e0ff6ce25e0d11cce9 [diff] |
Deprecate sys.exitfunc in favor of the atexit module. Per Guido, sys.exitfunc will be kept around for backwards compatability but atexit will become the one preferred way to do it.