]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bug #1597824: return the registered function from atexit.register()
authorGeorg Brandl <georg@python.org>
Thu, 16 Nov 2006 16:50:59 +0000 (16:50 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 16 Nov 2006 16:50:59 +0000 (16:50 +0000)
commit540821183b0a6105d5cf262db837332b14e0e259
treee502037389efb145f06efb27e88bb98a1c80bdb1
parentadff8eb8d69718023e1443a8835bf5b99c87d5d5
Bug #1597824: return the registered function from atexit.register()
to facilitate usage as a decorator.
Doc/lib/libatexit.tex
Lib/atexit.py
Misc/NEWS