[Python-checkins] python/dist/src/Mac/Lib/lib-scriptpackages/Finder Obsolete_terms.py,1.3,1.4

jackjansen@sourceforge.net jackjansen@sourceforge.net
Tue, 23 Apr 2002 14:06:43 -0700


Update of /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder
In directory usw-pr-cvs1:/tmp/cvs-serv22975/Python/Mac/Lib/lib-scriptpackages/Finder

Modified Files:
	Obsolete_terms.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: Obsolete_terms.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder/Obsolete_terms.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Obsolete_terms.py	17 May 2001 12:39:48 -0000	1.3
--- Obsolete_terms.py	23 Apr 2002 21:06:40 -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
  """
***************
*** 176,204 ****
  #
  _classdeclarations = {
! 	'ccdv' : control_panel,
! 	'iwnd' : information_window,
! 	'ctnr' : container,
  	'capp' : application,
! 	'sctr' : sharable_container,
! 	'cwnd' : container_window,
  	'prcs' : process,
- 	'file' : file,
  	'cobj' : item,
! 	'qwnd' : status_window,
! 	'swnd' : sharing_window,
  }
  
  _propdeclarations = {
! 	'crtd' : creation_date_obsolete,
! 	'cfol' : folder_obsolete,
! 	'ctnr' : container,
! 	'cwnd' : container_window,
! 	'pvwp' : view_preferences,
  	'swnd' : sharing_window,
  	'sctr' : sharable_container,
  	'cobj' : item,
- 	'modd' : modification_date_obsolete,
- 	'islk' : locked_obsolete,
- 	'fitp' : file_type_obsolete,
  }
  
--- 176,204 ----
  #
  _classdeclarations = {
! 	'qwnd' : status_window,
  	'capp' : application,
! 	'swnd' : sharing_window,
! 	'ccdv' : control_panel,
  	'prcs' : process,
  	'cobj' : item,
! 	'file' : file,
! 	'sctr' : sharable_container,
! 	'cwnd' : container_window,
! 	'ctnr' : container,
! 	'iwnd' : information_window,
  }
  
  _propdeclarations = {
! 	'fitp' : file_type_obsolete,
  	'swnd' : sharing_window,
+ 	'cfol' : folder_obsolete,
+ 	'crtd' : creation_date_obsolete,
+ 	'islk' : locked_obsolete,
+ 	'modd' : modification_date_obsolete,
  	'sctr' : sharable_container,
+ 	'pvwp' : view_preferences,
+ 	'cwnd' : container_window,
+ 	'ctnr' : container,
  	'cobj' : item,
  }