[Pythonmac-SIG] New File, Folder and Alias managers

Just van Rossum just@letterror.com
Fri, 22 Nov 2002 17:10:45 +0100


Jack Jansen wrote:

> Note that backward compatibility is solvable in the first case too: if 
> I convert the toolbox modules to new-style objects the macfs 
> compatibility module can define a type macfs.Alias that's derived from 
> Carbon.Alias.AliasType and has the methods.

Isn't writing a FSSpec class in Python (mocking the old interace) an option?

Just