mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +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:
|
||||
|
||||
Control-c interrupts executing command.
|
||||
Control-d sends end-of-file; closes window if typed at >>> prompt
|
||||
(this is Control-z on Windows).
|
||||
Control-d sends end-of-file; closes window if typed at >>> prompt.
|
||||
Alt-/ expand word is also useful to reduce typing.
|
||||
|
||||
Command history:
|
||||
|
|
|
|||
|
|
@ -139,6 +139,12 @@ C-API
|
|||
- 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?
|
||||
===============================================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue