mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
#12274: use proper escaping for % in IDLE config (merged from 3.2).
This commit is contained in:
commit
1752468d39
1 changed files with 2 additions and 2 deletions
|
|
@ -46,8 +46,8 @@
|
||||||
[General]
|
[General]
|
||||||
editor-on-startup= 0
|
editor-on-startup= 0
|
||||||
autosave= 0
|
autosave= 0
|
||||||
print-command-posix=lpr %s
|
print-command-posix=lpr %%s
|
||||||
print-command-win=start /min notepad /p %s
|
print-command-win=start /min notepad /p %%s
|
||||||
delete-exitfunc= 1
|
delete-exitfunc= 1
|
||||||
|
|
||||||
[EditorWindow]
|
[EditorWindow]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue