[Python-checkins] python/dist/src/Mac/Modules/mlte mltescan.py,1.9,1.10

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Thu, 15 Aug 2002 15:06:00 -0700


Update of /cvsroot/python/python/dist/src/Mac/Modules/mlte
In directory usw-pr-cvs1:/tmp/cvs-serv7639/mlte

Modified Files:
	mltescan.py 
Log Message:
Fixed the bugs in the constant definitions, and in the code to test
them.
The FutureWarnings are still there, until a way has been found to
say "I know what I'm doing here when I say 0xff000000".


Index: mltescan.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/mlte/mltescan.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** mltescan.py	15 Aug 2002 21:48:14 -0000	1.9
--- mltescan.py	15 Aug 2002 22:05:58 -0000	1.10
***************
*** 51,54 ****
--- 51,56 ----
  kTXNEndOffset = 0x7FFFFFFF
  MovieFileType = FOUR_CHAR_CODE('moov')
+ kTXNUseEncodingWordRulesMask = 0x80000000
+ kTXNFontSizeAttributeSize = 4
  """)
  
***************
*** 73,76 ****
--- 75,80 ----
  			"kTXNQDFontColorAttributeSize",
  			"kTXNTextEncodingAttributeSize",
+ 			"kTXNUseEncodingWordRulesMask",
+ 			"kTXNFontSizeAttributeSize",
  			"status",
  			"justification",