mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Replaced non-ascii chars by backslash escapes
This commit is contained in:
parent
e6dde149e7
commit
415571cc9f
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ PyMac_Exit(status)
|
|||
if (keep) {
|
||||
SIOUXSettings.standalone = 1;
|
||||
SIOUXSettings.autocloseonquit = 0;
|
||||
SIOUXSetTitle("\p«terminated»");
|
||||
SIOUXSetTitle("\p\307terminated\310");
|
||||
}
|
||||
else
|
||||
SIOUXSettings.autocloseonquit = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue