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
2694de17
Commit
2694de17
authored
Mar 07, 2012
by
Benjamin Peterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move notes for 2.7.4 to the right place
parent
60ea34b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
19 deletions
+31
-19
Misc/NEWS
Misc/NEWS
+31
-19
No files found.
Misc/NEWS
View file @
2694de17
Python
News
Python
News
+++++++++++
+++++++++++
What
's New in Python 2.7.
3 release candidate 1?
What
's New in Python 2.7.
4
==========================
=====================
==========================
*Release date:
2012-02-23
*
*Release date:
XXXX-XX-XX
*
Core and Builtins
Core and Builtins
-----------------
-----------------
...
@@ -15,6 +15,34 @@ Core and Builtins
...
@@ -15,6 +15,34 @@ Core and Builtins
-
Issue
#
13521
:
dict
.
setdefault
()
now
does
only
one
lookup
for
the
given
key
,
-
Issue
#
13521
:
dict
.
setdefault
()
now
does
only
one
lookup
for
the
given
key
,
making
it
"atomic"
for
many
purposes
.
Patch
by
Filip
Gruszczy
ń
ski
.
making
it
"atomic"
for
many
purposes
.
Patch
by
Filip
Gruszczy
ń
ski
.
Library
-------
-
Issue
#
14195
:
An
issue
that
caused
weakref
.
WeakSet
instances
to
incorrectly
return
True
for
a
WeakSet
instance
'a'
in
both
'a < a'
and
'a > a'
has
been
fixed
.
-
Issue
#
14159
:
Fix
the
len
()
of
weak
sets
to
return
a
better
approximation
when
some
objects
are
dead
or
dying
.
Moreover
,
the
implementation
is
now
O
(
1
)
rather
than
O
(
n
).
-
Issue
#
2945
:
Make
the
distutils
upload
command
aware
of
bdist_rpm
products
.
-
Issue
#
13447
:
Add
a
test
file
to
host
regression
tests
for
bugs
in
the
scripts
found
in
the
Tools
directory
.
-
Issue
#
6884
:
Fix
long
-
standing
bugs
with
MANIFEST
.
in
parsing
in
distutils
on
Windows
.
What
's New in Python 2.7.3 release candidate 1?
===============================================
*Release date: 2012-02-23*
Core and Builtins
-----------------
- Issue #13020: Fix a reference leak when allocating a structsequence object
- Issue #13020: Fix a reference leak when allocating a structsequence object
fails. Patch by Suman Saha.
fails. Patch by Suman Saha.
...
@@ -104,22 +132,6 @@ Core and Builtins
...
@@ -104,22 +132,6 @@ Core and Builtins
Library
Library
-------
-------
-
Issue
#
14195
:
An
issue
that
caused
weakref
.
WeakSet
instances
to
incorrectly
return
True
for
a
WeakSet
instance
'a'
in
both
'a < a'
and
'a > a'
has
been
fixed
.
-
Issue
#
14159
:
Fix
the
len
()
of
weak
sets
to
return
a
better
approximation
when
some
objects
are
dead
or
dying
.
Moreover
,
the
implementation
is
now
O
(
1
)
rather
than
O
(
n
).
-
Issue
#
2945
:
Make
the
distutils
upload
command
aware
of
bdist_rpm
products
.
-
Issue
#
13447
:
Add
a
test
file
to
host
regression
tests
for
bugs
in
the
scripts
found
in
the
Tools
directory
.
-
Issue
#
6884
:
Fix
long
-
standing
bugs
with
MANIFEST
.
in
parsing
in
distutils
on
Windows
.
- Issue #8033: sqlite3: Fix 64-bit integer handling in user functions
- Issue #8033: sqlite3: Fix 64-bit integer handling in user functions
on 32-bit architectures. Initial patch by Philippe Devalkeneer.
on 32-bit architectures. Initial patch by Philippe Devalkeneer.
...
...
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