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
6c137cad
Commit
6c137cad
authored
Dec 01, 2014
by
Terry Jan Reedy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add NEWS items for Idle patches and a turtledemo patch.
parent
56e56155
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
1 deletion
+23
-1
Misc/NEWS
Misc/NEWS
+23
-1
No files found.
Misc/NEWS
View file @
6c137cad
...
...
@@ -36,6 +36,8 @@ Core and Builtins
Library
-------
- Issue #21971: Update turtledemo doc and add module to the index.
- Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
Original patch by Martin Panter.
...
...
@@ -90,7 +92,7 @@ Library
-
Issue
#
22776
:
Brought
excluded
code
into
the
scope
of
a
try
block
in
SysLogHandler
.
emit
().
-
Issue
#
22665
:
Add
missing
get_terminal_size
and
SameFileError
to
shutil
.
__all__
.
...
...
@@ -158,6 +160,26 @@ Library
-
Issue
#
22448
:
Improve
canceled
timer
handles
cleanup
to
prevent
unbound
memory
usage
.
Patch
by
Joshua
Moore
-
Oliva
.
IDLE
----
-
Issue
#
3068
:
Add
Idle
extension
configuration
dialog
to
Options
menu
.
Changes
are
written
to
HOME
/.
idlerc
/
config
-
extensions
.
cfg
.
Original
patch
by
Tal
Einat
.
-
Issue
#
16233
:
A
module
browser
(
File
:
Class
Browser
,
Alt
+
C
)
requires
a
editor
window
with
a
filename
.
When
Class
Browser
is
requested
otherwise
,
from
a
shell
,
output
window
,
or
'Untitled'
editor
,
Idle
no
longer
displays
an
error
box
.
It
now
pops
up
an
Open
Module
box
(
Alt
+
M
).
If
a
valid
name
is
entered
and
a
module
is
opened
,
a
corresponding
browser
is
also
opened
.
-
Issue
#
4832
:
Save
As
to
type
Python
files
automatically
adds
.
py
to
the
name
you
enter
(
even
if
your
system
does
not
display
it
).
Some
systems
automatically
add
.
txt
when
type
is
Text
files
.
-
Issue
#
21986
:
Code
objects
are
not
normally
pickled
by
the
pickle
module
.
To
match
this
,
they
are
no
longer
pickled
when
running
under
Idle
.
Tests
-----
...
...
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