commit | 540821183b0a6105d5cf262db837332b14e0e259 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Nov 16 16:50:59 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Nov 16 16:50:59 2006 +0000 |
tree | e502037389efb145f06efb27e88bb98a1c80bdb1 | |
parent | adff8eb8d69718023e1443a8835bf5b99c87d5d5 [diff] [blame] |
Bug #1597824: return the registered function from atexit.register() to facilitate usage as a decorator.
diff --git a/Misc/NEWS b/Misc/NEWS index 2d4e31d..32cdb1f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -98,6 +98,9 @@ Library ------- +- Bug #1597824: return the registered function from atexit.register() + to facilitate usage as a decorator. + - Patch #1360200: Use unmangled_version RPM spec field to deal with file name mangling.