[Python-checkins] CVS: python/dist/src/Mac/Demo/applescript/Disk_Copy Standard_Suite.py,1.1,1.2

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


Update of /cvsroot/python/python/dist/src/Mac/Demo/applescript/Disk_Copy
In directory usw-pr-cvs1:/tmp/cvs-serv28640/Python/Mac/Demo/applescript/Disk_Copy

Modified Files:
	Standard_Suite.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: Standard_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Demo/applescript/Disk_Copy/Standard_Suite.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Standard_Suite.py	2000/08/20 21:57:30	1.1
--- Standard_Suite.py	2001/05/17 12:44:45	1.2
***************
*** 31,35 ****
  		Keyword argument using_format: the format for the target
  		Keyword argument checksum_verification: Should the checksum be verified before saving?
! 		Keyword argument signature_verification: Should the DigiSign signature be verified before saving?
  		Keyword argument image_signing: Should the image be signed?
  		Keyword argument leave_image_mounted: Should the image be mounted after saving?
--- 31,35 ----
  		Keyword argument using_format: the format for the target
  		Keyword argument checksum_verification: Should the checksum be verified before saving?
! 		Keyword argument signature_verification: Should the DigiSignŽ signature be verified before saving?
  		Keyword argument image_signing: Should the image be signed?
  		Keyword argument leave_image_mounted: Should the image be mounted after saving?
***************
*** 259,263 ****
  	want = 'TEXT'
  class signed(aetools.NProperty):
! 	"""signed - Does the disk image have a DigiSign signature? """
  	which = 'Isin'
  	want = 'bool'
--- 259,263 ----
  	want = 'TEXT'
  class signed(aetools.NProperty):
! 	"""signed - Does the disk image have a DigiSignŽ signature? """
  	which = 'Isin'
  	want = 'bool'
***************
*** 385,389 ****
  }
  _Enum_UIAc = {
! 	'never_interact' : 'eNvr',	# Don¹t allow any interaction at all
  	'interact_with_self' : 'eInS',	# Only allow interaction from internal events
  	'interact_with_local' : 'eInL',	# Allow interaction from any event originating on this machine
--- 385,389 ----
  }
  _Enum_UIAc = {
! 	'never_interact' : 'eNvr',	# DonÕt allow any interaction at all
  	'interact_with_self' : 'eInS',	# Only allow interaction from internal events
  	'interact_with_local' : 'eInL',	# Allow interaction from any event originating on this machine
***************
*** 400,404 ****
  _Enum_rcpT = {
  	'block_disk_copy' : 'cpBl',	# block-by-block disk-level copy
! 	'files_and_file_ID_copy' : 'cpID',	# all files including desktop databases and file ID¹s
  	'files_and_desktop_info' : 'cpDT',	# all files and most desktop information
  	'files_only' : 'cpFI',	# all files but no desktop information
--- 400,404 ----
  _Enum_rcpT = {
  	'block_disk_copy' : 'cpBl',	# block-by-block disk-level copy
! 	'files_and_file_ID_copy' : 'cpID',	# all files including desktop databases and file IDÕs
  	'files_and_desktop_info' : 'cpDT',	# all files and most desktop information
  	'files_only' : 'cpFI',	# all files but no desktop information