mirror of
https://github.com/python/cpython.git
synced 2025-11-10 22:36:18 +00:00
#14735: merge with 3.3.
This commit is contained in:
commit
22b9e651c2
2 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||||
- 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?
|
||||||
===============================================
|
===============================================
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue