[Python-checkins] CVS: python/dist/src/Mac/Tools/IDE Wtext.py,1.8,1.9

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


Update of /cvsroot/python/python/dist/src/Mac/Tools/IDE
In directory usw-pr-cvs1:/tmp/cvs-serv25785/Python/Mac/Tools/IDE

Modified Files:
	Wtext.py 
Log Message:
Fixed macroman<->latin1 conversion. Some characters don't exist in latin1, but at least the roundtrip gives
the correct macroman characters again.

Index: Wtext.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Tools/IDE/Wtext.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** Wtext.py	2001/02/21 15:45:55	1.8
--- Wtext.py	2001/05/17 12:34:56	1.9
***************
*** 872,876 ****
  				if not __debug__:
  					import W
! 					raise W.AlertError, "Can¹t debug in ³Optimize bytecode² mode.\r(see ³Default startup options² in EditPythonPreferences)"
  				import PyDebugger
  				self._debugger = PyDebugger.getdebugger()
--- 872,876 ----
  				if not __debug__:
  					import W
! 					raise W.AlertError, "CanÕt debug in –Optimize bytecode” mode.\r(see –Default startup options” in EditPythonPreferences)"
  				import PyDebugger
  				self._debugger = PyDebugger.getdebugger()