Kaydet (Commit) 22b9e651 authored tarafından Roger Serwy's avatar Roger Serwy

#14735: merge with 3.3.

...@@ -277,8 +277,7 @@ Completions: ...@@ -277,8 +277,7 @@ Completions:
Python Shell window: Python Shell window:
Control-c interrupts executing command. Control-c interrupts executing command.
Control-d sends end-of-file; closes window if typed at >>> prompt Control-d sends end-of-file; closes window if typed at >>> prompt.
(this is Control-z on Windows).
Alt-/ expand word is also useful to reduce typing. Alt-/ expand word is also useful to reduce typing.
Command history: Command history:
......
...@@ -139,6 +139,12 @@ C-API ...@@ -139,6 +139,12 @@ C-API
- Issue #17327: Add PyDict_SetDefault. - Issue #17327: Add PyDict_SetDefault.
IDLE
----
- Issue #14735: Update IDLE docs to omit "Control-z on Windows".
What's New in Python 3.3.1 release candidate 1? What's New in Python 3.3.1 release candidate 1?
=============================================== ===============================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment