mirror of
https://github.com/python/cpython.git
synced 2025-09-13 12:17:24 +00:00
re-checkin with "ISO-8859 translation" turned on.
This commit is contained in:
parent
b8bf163dde
commit
edab93939e
12 changed files with 58 additions and 58 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue