[Patches] [ python-Patches-1031687 ] atexit decorator

SourceForge.net noreply at sourceforge.net
Mon Sep 27 23:10:48 CEST 2004


Patches item #1031687, was opened at 2004-09-21 00:56
Message generated for change (Comment added) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1031687&group_id=5470

Category: Library (Lib)
Group: Python 2.4
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Raymond Hettinger (rhettinger)
Assigned to: Nobody/Anonymous (nobody)
Summary: atexit decorator

Initial Comment:
Add an obvious decorator to the atexit module:

@atexit(arg1, arg2)
def myexitfunc(arg1, arg2):
   . . .

If accepted, docs and tests forthcoming.


----------------------------------------------------------------------

>Comment By: Raymond Hettinger (rhettinger)
Date: 2004-09-27 16:10

Message:
Logged In: YES 
user_id=80475

Closed due to lack of interest.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1031687&group_id=5470


More information about the Patches mailing list