@@ -5,7 +5,7 @@ Python News
55What's New in Python 3.2.2?
66===========================
77
8- *Release date: XX-XX -2011*
8+ *Release date: XX-XXX -2011*
99
1010Core and Builtins
1111-----------------
@@ -24,9 +24,6 @@ Library
2424- Issue #12493: subprocess: Popen.communicate() now also handles EINTR errors
2525 if the process has only one pipe.
2626
27- - Issue #12467: warnings: fix a race condition if a warning is emitted at
28- shutdown, if globals()['__file__'] is None.
29-
3027- Issue #12451: pydoc: html_getfile() now uses tokenize.open() to support
3128 Python scripts using a encoding different than UTF-8 (read the coding cookie
3229 of the script).
@@ -47,17 +44,10 @@ C-API
4744Tests
4845-----
4946
50- - Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary
51- failure in name resolution.
52-
5347- Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and
5448 an overzealous DNS service (e.g. OpenDNS) redirects to a placeholder
5549 Web site.
5650
57- - Avoid failing in test_urllibnet.test_bad_address when some overzealous
58- DNS service (e.g. OpenDNS) resolves a non-existent domain name. The test
59- is now skipped instead.
60-
6151- Issue #12440: When testing whether some bits in SSLContext.options can be
6252 reset, check the version of the OpenSSL headers Python was compiled against,
6353 rather than the runtime version of the OpenSSL library.
@@ -80,17 +70,24 @@ Tests
8070What's New in Python 3.2.1?
8171===========================
8272
83- *Release date: XXXX-XX-XX*
84-
85- Core and Builtins
86- -----------------
73+ *Release date: 10-Jul-2011*
8774
8875Library
8976-------
9077
9178- Issue #12467: warnings: fix a race condition if a warning is emitted at
9279 shutdown, if globals()['__file__'] is None.
9380
81+ Tests
82+ -----
83+
84+ - Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary
85+ failure in name resolution.
86+
87+ - Avoid failing in test_urllibnet.test_bad_address when some overzealous
88+ DNS service (e.g. OpenDNS) resolves a non-existent domain name. The test
89+ is now skipped instead.
90+
9491
9592What's New in Python 3.2.1 release candidate 2?
9693===============================================
0 commit comments