mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +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) {
|
if (keep) {
|
||||||
SIOUXSettings.standalone = 1;
|
SIOUXSettings.standalone = 1;
|
||||||
SIOUXSettings.autocloseonquit = 0;
|
SIOUXSettings.autocloseonquit = 0;
|
||||||
SIOUXSetTitle("\p«terminated»");
|
SIOUXSetTitle("\p\307terminated\310");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
SIOUXSettings.autocloseonquit = 1;
|
SIOUXSettings.autocloseonquit = 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue