diff options
| author | Brian Curtin <brian@python.org> | 2011-06-13 21:10:32 (GMT) |
|---|---|---|
| committer | Brian Curtin <brian@python.org> | 2011-06-13 21:10:32 (GMT) |
| commit | a87d586fd6c4a5dfe4ea89fda288ae8eb66b0134 (patch) | |
| tree | 420fe483c679d2225cc8bd82eefaecf783999268 /Lib/idlelib | |
| parent | d25aef55c8b0025dd2ee7de11b526f34ceed6b66 (diff) | |
| parent | cdc751720ee7a13ac163da1eedf3a513386c98d4 (diff) | |
| download | cpython-a87d586fd6c4a5dfe4ea89fda288ae8eb66b0134.zip cpython-a87d586fd6c4a5dfe4ea89fda288ae8eb66b0134.tar.gz cpython-a87d586fd6c4a5dfe4ea89fda288ae8eb66b0134.tar.bz2 | |
branch merge?
Diffstat (limited to 'Lib/idlelib')
| -rw-r--r-- | Lib/idlelib/config-main.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/idlelib/config-main.def b/Lib/idlelib/config-main.def index 5ddd098..9546e2b 100644 --- a/Lib/idlelib/config-main.def +++ b/Lib/idlelib/config-main.def @@ -46,8 +46,8 @@ [General] editor-on-startup= 0 autosave= 0 -print-command-posix=lpr %s -print-command-win=start /min notepad /p %s +print-command-posix=lpr %%s +print-command-win=start /min notepad /p %%s delete-exitfunc= 1 [EditorWindow] |
