Skip to content

Commit dbbf4c8

Browse files
committed
Misc/NEWS: Add 3.3.3 section and move entries made after the 3.3.2 release
to the new section.
1 parent e1b4cbc commit dbbf4c8

File tree

1 file changed

+23
-8
lines changed

1 file changed

+23
-8
lines changed

Misc/NEWS

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22
Python News
33
+++++++++++
44

5+
What's New in Python 3.3.3?
6+
===========================
7+
8+
*Release date: TBD*
9+
10+
Core and Builtins
11+
-----------------
12+
13+
- Issue #17927: Frame objects kept arguments alive if they had been copied into
14+
a cell, even if the cell was cleared.
15+
16+
Library
17+
-------
18+
19+
- Issue #17968: Fix memory leak in os.listxattr().
20+
21+
Documentation
22+
-------------
23+
24+
- Issue #17977: The documentation for the cadefault argument's default value
25+
in urllib.request.urlopen() is fixed to match the code.
26+
27+
528
What's New in Python 3.3.2?
629
===========================
730

@@ -12,9 +35,6 @@ What's New in Python 3.3.2?
1235
Core and Builtins
1336
-----------------
1437

15-
- Issue #17927: Frame objects kept arguments alive if they had been copied into
16-
a cell, even if the cell was cleared.
17-
1838
- Issue #17237: Fix crash in the ASCII decoder on m68k.
1939

2040
- Issue #17408: Avoid using an obsolete instance of the copyreg module when
@@ -52,8 +72,6 @@ Core and Builtins
5272
Library
5373
-------
5474

55-
- Issue #17968: Fix memory leak in os.listxattr().
56-
5775
- Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
5876
characters() and ignorableWhitespace() methods. Original patch by Sebastian
5977
Ortiz Vasquez.
@@ -241,9 +259,6 @@ Tests
241259
Documentation
242260
-------------
243261

244-
- Issue #17977: The documentation for the cadefault argument's default value
245-
in urllib.request.urlopen() is fixed to match the code.
246-
247262
- Issue #15940: Specify effect of locale on time functions.
248263

249264
- Issue #6696: add documentation for the Profile objects, and improve

0 commit comments

Comments
 (0)