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

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


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

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/Lib/lib-scriptpackages/Netscape/Standard_Suite.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Standard_Suite.py	2000/08/17 22:15:40	1.1
--- Standard_Suite.py	2001/05/17 12:39:19	1.2
***************
*** 2,6 ****
  Level 1, version 1
  
! Generated from Macintosh HD:Internet:Internet-programma's:Netscape Communicator-map:Netscape Communicator
  AETE/AEUT resource version 1/0, language 0, script 0
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from Macintosh HD:Internet:Internet-programma's:Netscape CommunicatorŽ-map:Netscape CommunicatorŽ
  AETE/AEUT resource version 1/0, language 0, script 0
  """
***************
*** 80,84 ****
  
  	def set(self, _object, _attributes={}, **_arguments):
! 		"""set: Set an object¹s data
  		Required argument: the object to change
  		Keyword argument to: the new value
--- 80,84 ----
  
  	def set(self, _object, _attributes={}, **_arguments):
! 		"""set: Set an objectÕs data
  		Required argument: the object to change
  		Keyword argument to: the new value
***************
*** 105,109 ****
  	want = 'capp'
  class alert_application(aetools.NProperty):
! 	"""alert application - Most of the alerts will be sent to this application using yet unspecified AE interface. We need a few alert boxes: alert, confirm and notify. Any ideas on how to design this event? mailto:atotic@netscape.com. I¹d like to conform to the standard. """
  	which = 'ALAP'
  	want = 'type'
--- 105,109 ----
  	want = 'capp'
  class alert_application(aetools.NProperty):
! 	"""alert application - Most of the alerts will be sent to this application using yet unspecified AE interface. We need a few alert boxes: alert, confirm and notify. Any ideas on how to design this event? mailto:atotic@netscape.com. IÕd like to conform to the standard. """
  	which = 'ALAP'
  	want = 'type'
***************
*** 170,174 ****
  	want = 'TEXT'
  class unique_ID(aetools.NProperty):
! 	"""unique ID - Window¹s unique ID (a bridge between WWW! suite window id¹s and standard AE windows) """
  	which = 'wiid'
  	want = 'long'
--- 170,174 ----
  	want = 'TEXT'
  class unique_ID(aetools.NProperty):
! 	"""unique ID - WindowÕs unique ID (a bridge between WWW! suite window idÕs and standard AE windows) """
  	which = 'wiid'
  	want = 'long'