[Python-checkins] CVS: python/dist/src/Mac/Contrib/BBPy PythonSlave.py,1.1.1.1,1.2

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


Update of /cvsroot/python/python/dist/src/Mac/Contrib/BBPy
In directory usw-pr-cvs1:/tmp/cvs-serv28777/Python/Mac/Contrib/BBPy

Modified Files:
	PythonSlave.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: PythonSlave.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Contrib/BBPy/PythonSlave.py,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** PythonSlave.py	1998/08/18 14:54:12	1.1.1.1
--- PythonSlave.py	2001/05/17 12:45:04	1.2
***************
*** 64,68 ****
  	
  	def getabouttext(self):
! 		return "About PythonSlaveŠ"
  	
  	def do_about(self, id, item, window, event):
--- 64,68 ----
  	
  	def getabouttext(self):
! 		return "About PythonSlaveƒ"
  	
  	def do_about(self, id, item, window, event):