Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
78a0f208
Commit
78a0f208
authored
Mar 31, 2012
by
Andrew Svetlov
Browse files
Options
Browse Files
Download
Plain Diff
Merge from 3.2
parents
a5e82204
f3c29767
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
Lib/idlelib/NEWS.txt
Lib/idlelib/NEWS.txt
+4
-2
Misc/NEWS
Misc/NEWS
+4
-2
No files found.
Lib/idlelib/NEWS.txt
View file @
78a0f208
...
...
@@ -3,8 +3,10 @@ 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 #14409: IDLE now properly executes commands in the Shell window
when it cannot read the normal config files on startup and
has to use the built-in default key bindings.
There was previously a bug in one of the defaults.
- Issue #3573: IDLE hangs when passing invalid command line args
(directory(ies) instead of file(s)).
...
...
Misc/NEWS
View file @
78a0f208
...
...
@@ -34,8 +34,10 @@ Core and Builtins
Library
-------
-
Issue
#
14409
:
IDLE
doesn
't not execute commands from shell,
error with default keybinding for Return. (Patch by Roger Serwy)
-
Issue
#
14409
:
IDLE
now
properly
executes
commands
in
the
Shell
window
when
it
cannot
read
the
normal
config
files
on
startup
and
has
to
use
the
built
-
in
default
key
bindings
.
There
was
previously
a
bug
in
one
of
the
defaults
.
-
Issue
#
14416
:
syslog
now
defines
the
LOG_ODELAY
and
LOG_AUTHPRIV
constants
if
they
are
defined
in
<
syslog
.
h
>.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment