diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1995-10-03 14:35:58 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1995-10-03 14:35:58 +0000 |
commit | 8426477bbb7647755352bdbd7bee834da8ad2899 (patch) | |
tree | bca798f42d3a1ef6c3e663ac332212cc621fd0cd /Mac/Lib/toolbox/aetools.py | |
parent | 96ebbd30823e40d9bf130d157b6de09741c4826c (diff) | |
download | cpython-git-8426477bbb7647755352bdbd7bee834da8ad2899.tar.gz |
Modified/recreated to use keyword arguments
Diffstat (limited to 'Mac/Lib/toolbox/aetools.py')
-rw-r--r-- | Mac/Lib/toolbox/aetools.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Lib/toolbox/aetools.py b/Mac/Lib/toolbox/aetools.py index 53d2cbdf96..68eb825f60 100644 --- a/Mac/Lib/toolbox/aetools.py +++ b/Mac/Lib/toolbox/aetools.py @@ -78,6 +78,7 @@ def packevent(ae, parameters = {}, attributes = {}): # # Support routine for automatically generated Suite interfaces +# These routines are also useable for the reverse function. # def keysubst(arguments, keydict): """Replace long name keys by their 4-char counterparts, and check""" |