]> granicus.if.org Git - python/commit
Added the alias manager too. The interface isn't perfect yet: the alias
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 22 Nov 2002 15:53:32 +0000 (15:53 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 22 Nov 2002 15:53:32 +0000 (15:53 +0000)
commitd0e59fb68d62939477e0f5afb53bd4cc47f8288e
treed8328afa1121d888e7ef60fae7e3649aef03a832
parente2ba87396cde5b57259405722910c560f7d237c6
Added the alias manager too. The interface isn't perfect yet: the alias
manager doesn't always have the alias as the first argument, so things
become functions in stead of methods.
Mac/Lib/Carbon/Alias.py [new file with mode: 0644]
Mac/Lib/Carbon/Aliases.py [new file with mode: 0644]
Mac/Modules/alias/_Aliasmodule.c [new file with mode: 0644]
Mac/Modules/alias/aliasscan.py [new file with mode: 0644]
Mac/Modules/alias/aliassupport.py [new file with mode: 0644]
setup.py