Mailing List Archive

python/dist/src/Mac/Lib/lib-scriptpackages/Finder Files_and_suitcases.py,1.3,1.4
Update of /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder
In directory usw-pr-cvs1:/tmp/cvs-serv22866/Python/Mac/Lib/lib-scriptpackages/Finder

Modified Files:
Files_and_suitcases.py
Log Message:
Second part of fix for #493826: regenerated suite modules so errn exists but == 0 doesn't signal an error.

Bugfix candidate.

Index: Files_and_suitcases.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder/Files_and_suitcases.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Files_and_suitcases.py 17 May 2001 12:40:28 -0000 1.3
--- Files_and_suitcases.py 23 Apr 2002 21:06:25 -0000 1.4
***************
*** 2,6 ****
Level 1, version 1

! Generated from Macintosh HD:Systeemmap:Finder
AETE/AEUT resource version 0/144, language 0, script 0
"""
--- 2,6 ----
Level 1, version 1

! Generated from Moes:Systeemmap:Finder
AETE/AEUT resource version 0/144, language 0, script 0
"""
***************
*** 244,278 ****
#
_classdeclarations = {
'clpf' : clipping,
- 'docf' : document_file,
- 'stcs' : suitcase,
- 'appf' : application_file,
- 'file' : file,
- 'fsut' : font_suitcase,
- 'pack' : package,
- 'dafi' : desk_accessory_file,
'alia' : alias_file,
'dsut' : desk_accessory_suitcase,
! 'inlf' : internet_location_file,
! 'fntf' : font_file,
! 'sndf' : sound_file,
}

_propdeclarations = {
! 'orig' : original_item,
! 'pspd' : stationery,
! 'aslk' : locked,
! 'iloc' : location,
! 'mprt' : minimum_size,
! 'fcrt' : creator_type,
! 'c@#^' : _3c_Inheritance_3e_,
! 'asty' : file_type,
! 'hscr' : has_scripting_terminology,
! 'sprt' : suggested_size,
'appt' : preferred_size,
'isab' : accepts_high_level_events,
! 'snd ' : sound,
! 'ver2' : product_version,
! 'vers' : version,
}

--- 244,278 ----
#
_classdeclarations = {
+ 'sndf' : sound_file,
+ 'fntf' : font_file,
+ 'inlf' : internet_location_file,
'clpf' : clipping,
'alia' : alias_file,
+ 'dafi' : desk_accessory_file,
'dsut' : desk_accessory_suitcase,
! 'fsut' : font_suitcase,
! 'file' : file,
! 'appf' : application_file,
! 'stcs' : suitcase,
! 'docf' : document_file,
! 'pack' : package,
}

_propdeclarations = {
! 'vers' : version,
! 'ver2' : product_version,
! 'snd ' : sound,
'appt' : preferred_size,
+ 'sprt' : suggested_size,
'isab' : accepts_high_level_events,
! 'hscr' : has_scripting_terminology,
! 'asty' : file_type,
! 'c@#^' : _3c_Inheritance_3e_,
! 'fcrt' : creator_type,
! 'mprt' : minimum_size,
! 'pspd' : stationery,
! 'iloc' : location,
! 'aslk' : locked,
! 'orig' : original_item,
}