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

jackjansen@sourceforge.net jackjansen@sourceforge.net
Tue, 23 Apr 2002 14:07:53 -0700


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

Modified Files:
	Text.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: Text.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Netscape/Text.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Text.py	17 May 2001 12:39:11 -0000	1.3
--- Text.py	23 Apr 2002 21:07:51 -0000	1.4
***************
*** 2,6 ****
  Level 0, version 0
  
! 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 0, version 0
  
! Generated from Moes:Applications (Mac OS 9):Netscape CommunicatorŽ Folder:Netscape CommunicatorŽ
  AETE/AEUT resource version 1/0, language 0, script 0
  """
***************
*** 96,115 ****
  #
  _classdeclarations = {
- 	'stys' : styleset,
  	'ctxt' : text,
  }
  
  _propdeclarations = {
- 	'pAft' : justbehind,
- 	'psct' : writing_code,
- 	'txst' : style,
- 	'colr' : color,
  	'pBef' : infront,
! 	'pnam' : name,
  	'ptsz' : size,
  	'pUpL' : updateLevel,
! 	'bgng' : beginning,
  	'font' : font,
- 	'end ' : end,
  }
  
--- 96,115 ----
  #
  _classdeclarations = {
  	'ctxt' : text,
+ 	'stys' : styleset,
  }
  
  _propdeclarations = {
  	'pBef' : infront,
! 	'bgng' : beginning,
! 	'colr' : color,
! 	'txst' : style,
! 	'psct' : writing_code,
! 	'pAft' : justbehind,
! 	'end ' : end,
  	'ptsz' : size,
  	'pUpL' : updateLevel,
! 	'pnam' : name,
  	'font' : font,
  }