]> granicus.if.org Git - python/commit
Combined alias and file into a single module. This is the only reasonable
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 15 Dec 2002 19:55:07 +0000 (19:55 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 15 Dec 2002 19:55:07 +0000 (19:55 +0000)
commite3a1c8f8756904e42ce3551db6a4fe5f40c97910
tree317e7c8ad2843b4e382e172e1b49df55d0cbb0c8
parentbbfd859521073e1e399f91b78016d621a78e60d1
Combined alias and file into a single module. This is the only reasonable
way to get various alias creation routines as methods of FSSpec or FSRef
objects (which is the logical thing, from a Python POV). Also started on
the code that will contain all the macfs functionality, so macfs can
becode a Python module, to be used mainly for backward compatibility.
Mac/Modules/alias/_Aliasmodule.c [deleted file]
Mac/Modules/alias/aliasscan.py [deleted file]
Mac/Modules/alias/aliassupport.py [deleted file]
Mac/Modules/file/_Filemodule.c
Mac/Modules/file/filescan.py
Mac/Modules/file/filesupport.py