[Python-checkins] CVS: python/dist/src/Mac/Lib/lib-scriptpackages/Finder Finder_Basics.py,1.1,1.2

Jack Jansen jackjansen@users.sourceforge.net
Thu, 17 May 2001 05:40:26 -0700


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

Modified Files:
	Finder_Basics.py 
Log Message:
Fixed macroman<->latin1 conversion. Some chars don't
exist in latin1, but at least the roundtrip results in the
same macroman characters.

Index: Finder_Basics.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder/Finder_Basics.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Finder_Basics.py	2000/08/20 19:29:02	1.1
--- Finder_Basics.py	2001/05/17 12:40:24	1.2
***************
*** 146,150 ****
  	want = 'capp'
  class clipboard(aetools.NProperty):
! 	"""clipboard - the Finder¹s clipboard window """
  	which = 'pcli'
  	want = 'obj '
--- 146,150 ----
  	want = 'capp'
  class clipboard(aetools.NProperty):
! 	"""clipboard - the FinderÕs clipboard window """
  	which = 'pcli'
  	want = 'obj '
***************
*** 154,162 ****
  	want = 'long'
  class name(aetools.NProperty):
! 	"""name - the Finder¹s name """
  	which = 'pnam'
  	want = 'itxt'
  class visible(aetools.NProperty):
! 	"""visible - Is the Finder¹s layer visible? """
  	which = 'pvis'
  	want = 'bool'
--- 154,162 ----
  	want = 'long'
  class name(aetools.NProperty):
! 	"""name - the FinderÕs name """
  	which = 'pnam'
  	want = 'itxt'
  class visible(aetools.NProperty):
! 	"""visible - Is the FinderÕs layer visible? """
  	which = 'pvis'
  	want = 'bool'
***************
*** 170,174 ****
  	want = 'obj '
  class insertion_location(aetools.NProperty):
! 	"""insertion location - the container in which a new folder would appear if ³New Folder² was selected """
  	which = 'pins'
  	want = 'obj '
--- 170,174 ----
  	want = 'obj '
  class insertion_location(aetools.NProperty):
! 	"""insertion location - the container in which a new folder would appear if –New Folder” was selected """
  	which = 'pins'
  	want = 'obj '
***************
*** 190,194 ****
  	want = 'itxt'
  class about_this_computer(aetools.NProperty):
! 	"""about this computer - the ³About this Computer² dialog and the list of running processes displayed in it """
  	which = 'abbx'
  	want = 'obj '
--- 190,194 ----
  	want = 'itxt'
  class about_this_computer(aetools.NProperty):
! 	"""about this computer - the –About this Computer” dialog and the list of running processes displayed in it """
  	which = 'abbx'
  	want = 'obj '
***************
*** 236,268 ****
  	want = 'obj '
  class apple_menu_items_folder(aetools.NProperty):
! 	"""apple menu items folder - the special folder named ³Apple Menu Items,² the contents of which appear in the Apple menu """
  	which = 'amnu'
  	want = 'obj '
  class control_panels_folder(aetools.NProperty):
! 	"""control panels folder - the special folder named ³Control Panels² """
  	which = 'ctrl'
  	want = 'obj '
  class extensions_folder(aetools.NProperty):
! 	"""extensions folder - the special folder named ³Extensions² """
  	which = 'extn'
  	want = 'obj '
  class fonts_folder(aetools.NProperty):
! 	"""fonts folder - the special folder named ³Fonts² """
  	which = 'font'
  	want = 'obj '
  class preferences_folder(aetools.NProperty):
! 	"""preferences folder - the special folder named ³Preferences² """
  	which = 'pref'
  	want = 'obj '
  class shutdown_items_folder(aetools.NProperty):
! 	"""shutdown items folder - the special folder named ³Shutdown Items² """
  	which = 'shdf'
  	want = 'obj '
  class startup_items_folder(aetools.NProperty):
! 	"""startup items folder - the special folder named ³Startup Items² """
  	which = 'strt'
  	want = 'obj '
  class temporary_items_folder(aetools.NProperty):
! 	"""temporary items folder - the special folder named ³Temporary Items² (invisible) """
  	which = 'temp'
  	want = 'obj '
--- 236,268 ----
  	want = 'obj '
  class apple_menu_items_folder(aetools.NProperty):
! 	"""apple menu items folder - the special folder named –Apple Menu Items,” the contents of which appear in the Apple menu """
  	which = 'amnu'
  	want = 'obj '
  class control_panels_folder(aetools.NProperty):
! 	"""control panels folder - the special folder named –Control Panels” """
  	which = 'ctrl'
  	want = 'obj '
  class extensions_folder(aetools.NProperty):
! 	"""extensions folder - the special folder named –Extensions” """
  	which = 'extn'
  	want = 'obj '
  class fonts_folder(aetools.NProperty):
! 	"""fonts folder - the special folder named –Fonts” """
  	which = 'font'
  	want = 'obj '
  class preferences_folder(aetools.NProperty):
! 	"""preferences folder - the special folder named –Preferences” """
  	which = 'pref'
  	want = 'obj '
  class shutdown_items_folder(aetools.NProperty):
! 	"""shutdown items folder - the special folder named –Shutdown Items” """
  	which = 'shdf'
  	want = 'obj '
  class startup_items_folder(aetools.NProperty):
! 	"""startup items folder - the special folder named –Startup Items” """
  	which = 'strt'
  	want = 'obj '
  class temporary_items_folder(aetools.NProperty):
! 	"""temporary items folder - the special folder named –Temporary Items” (invisible) """
  	which = 'temp'
  	want = 'obj '