-What's New in IDLE 3.2.3?
+What's New in IDLE 3.3?
=========================
+- IDLE can be launched as `python -m idlelib`
+
+ - Issue #14409: IDLE doesn't not execute commands from shell,
+ error with default keybinding for Return. (Patch by Roger Serwy)
+
- Issue #3573: IDLE hangs when passing invalid command line args
(directory(ies) instead of file(s)).
Library
-------
+ - Issue #14409: IDLE doesn't not execute commands from shell,
+ error with default keybinding for Return. (Patch by Roger Serwy)
+
+- Issue #14416: syslog now defines the LOG_ODELAY and LOG_AUTHPRIV constants
+ if they are defined in <syslog.h>.
+
+- IDLE can be launched as python -m idlelib
+
+- Issue #14295: Add unittest.mock
+
+- Issue #7652: Add --with-system-libmpdec option to configure for linking
+ the _decimal module against an installed libmpdec.
+
+- Issue #14380: MIMEText now defaults to utf-8 when passed non-ASCII unicode
+ with no charset specified.
+
- Issue #10340: asyncore - properly handle EINVAL in dispatcher constructor on
OSX; avoid to call handle_connect in case of a disconnected socket which
was not meant to connect.