@@ -5,9 +5,9 @@ Python News
55What's New in Python 3.3.2?
66===========================
77
8- *Release date: XXXX-XX-XX*
8+ .. *Release date: XXXX-XX-XX*
99
10- *Not yet released, see sections below for changes released in 3.3.0 *
10+ *Not yet released, see sections below for changes released in 3.3.1 *
1111
1212Core and Builtins
1313-----------------
@@ -54,6 +54,22 @@ What's New in Python 3.3.1?
5454
5555*Release date: 07-Apr-2013*
5656
57+ Build
58+ -----
59+
60+ - Issue #17550: Fix the --enable-profiling configure switch.
61+
62+ Library
63+ -------
64+
65+ - Issue #17625: In IDLE, close the replace dialog after it is used.
66+
67+
68+ What's New in Python 3.3.1 release candidate 1?
69+ ===============================================
70+
71+ *Release date: 24-Mar-2013*
72+
5773Core and Builtins
5874-----------------
5975
@@ -1246,7 +1262,7 @@ Documentation
12461262- Create a 'Concurrent Execution' section in the docs, and split up the
12471263 'Optional Operating System Services' section to use a more user-centric
12481264 classification scheme (splitting them across the new CE section, IPC and text
1249- processing). Operating system limitatons can be reflected with the Sphinx
1265+ processing). Operating system limitations can be reflected with the Sphinx
12501266 ``:platform:`` tag, it doesn't make sense as part of the Table of Contents.
12511267
12521268- Issue #4966: Bring the sequence docs up to date for the Py3k transition and
@@ -3454,7 +3470,7 @@ Library
34543470- Issue #13589: Fix some serialization primitives in the aifc module.
34553471 Patch by Oleg Plakhotnyuk.
34563472
3457- - Issue #13642: Unquote before b64encoding user:password during Basic
3473+ - Issue #13642: Unquote before b64encoding `` user:password`` during Basic
34583474 Authentication. Patch contributed by Joonas Kuorilehto.
34593475
34603476- Issue #13726: Fix the ambiguous -S flag in regrtest. It is -o/--slow for slow
@@ -3938,8 +3954,8 @@ Library
39383954- Issue #12590: IDLE editor window now always displays the first line
39393955 when opening a long file. With Tk 8.5, the first line was hidden.
39403956
3941- - Issue #12576: Fix urlopen behavior on sites which do not send (or obfuscates )
3942- Connection:close header.
3957+ - Issue #12576: Fix urlopen behavior on sites which do not send (or obfuscate )
3958+ a `` Connection: close`` header.
39433959
39443960- Issue #12102: Document that buffered files must be flushed before being used
39453961 with mmap. Patch by Steffen Daode Nurpmeso.
@@ -4265,7 +4281,7 @@ Library
42654281 Patch by John O'Connor.
42664282
42674283- Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError.
4268- With Tk < 8.5 _tkinter.c: PythonCmd() raised UnicodeDecodeError, caused
4284+ With Tk < 8.5, PythonCmd() in _tkinter.c raised UnicodeDecodeError, caused
42694285 IDLE to exit. Converted to valid Unicode null in PythonCmd().
42704286
42714287- Issue #11799: urllib.request Authentication Handlers will raise a ValueError
@@ -4544,7 +4560,7 @@ Library
45444560
45454561- Issue #11127: Raise a TypeError when trying to pickle a socket object.
45464562
4547- - Issue #11563: Connection:close header is sent by requests using URLOpener
4563+ - Issue #11563: `` Connection: close`` header is sent by requests using URLOpener
45484564 class which helps in closing of sockets after connection is over. Patch
45494565 contributions by Jeff McNeil and Nadeem Vawda.
45504566
@@ -5052,7 +5068,7 @@ Tests
50525068- Issue #11505: improves test coverage of string.py. Patch by Alicia
50535069 Arlen
50545070
5055- - Issue #11490: test_subprocess: test_leaking_fds_on_error no longer gives a
5071+ - Issue #11490: test_subprocess. test_leaking_fds_on_error no longer gives a
50565072 false positive if the last directory in the path is inaccessible.
50575073
50585074- Issue #11223: Fix test_threadsignals to fail, not hang, when the
0 commit comments