mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid any further encoding conversion troubles.
This commit is contained in:
parent
9020bcebc8
commit
dc3c617cb8
14 changed files with 86 additions and 84 deletions
|
|
@ -871,7 +871,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