Python Shell window:
- Control-c interrupts executing command.
- Control-d sends end-of-file; closes window if typed at >>> prompt.
+ 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:
- Issue #6696: add documentation for the Profile objects, and improve
profile/cProfile docs. Patch by Tom Pinckney.
+C-API
+-----
-What's New in Python 3.3.1?
-===========================
+- Issue #17522: Add the PyGILState_Check() API.
-*Release date: 07-Apr-2013*
+- Issue #17327: Add PyDict_SetDefault.
-Build
------
-
-- Issue #17550: Fix the --enable-profiling configure switch.
--------
+ IDLE
-- Issue #17625: In IDLE, close the replace dialog after it is used.
++----
+
++- Issue #14735: Update IDLE docs to omit "Control-z on Windows".
+
+
What's New in Python 3.3.1 release candidate 1?
===============================================