re-checkin with "ISO-8859 translation" turned on.

This commit is contained in:
Just van Rossum 1999-02-02 22:31:05 +00:00
parent b8bf163dde
commit edab93939e
12 changed files with 58 additions and 58 deletions

View file

@ -862,7 +862,7 @@ class PyEditor(TextEditor):
if onoff:
if not __debug__:
import W
raise W.AlertError, "CanÕt debug in ÒOptimize bytecodeÓ mode.\r(see ÒDefault startup optionsÓ in EditPythonPreferences)"
raise W.AlertError, "Can¹t debug in ³Optimize bytecode² mode.\r(see ³Default startup options² in EditPythonPreferences)"
import PyDebugger
self._debugger = PyDebugger.getdebugger()
self._debugger.register_editor(self, self.file)