mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fixed macroman<->latin1 conversion. Some characters don't exist in latin1, but at least the roundtrip gives
the correct macroman characters again.
This commit is contained in:
parent
716cf91839
commit
dfebe90c4c
7 changed files with 25 additions and 25 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