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

Jack Jansen jackjansen@users.sourceforge.net
2001年5月17日 05:40:30 -0700


Update of /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder
In directory usw-pr-cvs1:/tmp/cvs-serv27483/Python/Mac/Lib/lib-scriptpackages/Finder
Modified Files:
	Files_and_suitcases.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: Files_and_suitcases.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder/Files_and_suitcases.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Files_and_suitcases.py	2000年08月22日 20:35:16	1.2
--- Files_and_suitcases.py	2001年05月17日 12:40:28	1.3
***************
*** 40,48 ****
 	want = 'bool'
 class product_version(aetools.NProperty):
! 	"""product version - the version of the product (visible at the top of the ウGet Infoイ window) """
 	which = 'ver2'
 	want = 'itxt'
 class version(aetools.NProperty):
! 	"""version - the version of the file (visible at the bottom of the ウGet Infoイ window) """
 	which = 'vers'
 	want = 'itxt'
--- 40,48 ----
 	want = 'bool'
 class product_version(aetools.NProperty):
! 	"""product version - the version of the product (visible at the top of the 萌et Info? window) """
 	which = 'ver2'
 	want = 'itxt'
 class version(aetools.NProperty):
! 	"""version - the version of the file (visible at the bottom of the 萌et Info? window) """
 	which = 'vers'
 	want = 'itxt'
***************
*** 51,55 ****
 
 class alias_file(aetools.ComponentItem):
! 	"""alias file - An alias file (created with ウMake Aliasイ) """
 	want = 'alia'
 class original_item(aetools.NProperty):
--- 51,55 ----
 
 class alias_file(aetools.ComponentItem):
! 	"""alias file - An alias file (created with 邦ake Alias?) """
 	want = 'alia'
 class original_item(aetools.NProperty):

AltStyle によって変換されたページ (->オリジナル) /