mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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
|
@ -568,7 +568,7 @@ def FrontWindowInsert(stuff):
|
|||
pass
|
||||
import EasyDialogs
|
||||
if EasyDialogs.AskYesNoCancel(
|
||||
"CanÕt find window or widget to insert text into; copy to clipboard instead?",
|
||||
"Can't find window or widget to insert text into; copy to clipboard instead?",
|
||||
1) == 1:
|
||||
import Scrap
|
||||
Scrap.ZeroScrap()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue