summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-03-16 16:30:54 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-03-16 16:30:54 (GMT)
commitfca286601b99e00ab6d04f49634bdc27af461144 (patch)
tree6b8078b58be6b613c6d6dc305bf9ac9444731a82 /Misc
parentffa1f2795099fd188e3dc9bad2ef4b8b44783862 (diff)
parentfda33559dcad6f9595eefec8afc326e5ac0c81c5 (diff)
downloadcpython-fca286601b99e00ab6d04f49634bdc27af461144.zip
cpython-fca286601b99e00ab6d04f49634bdc27af461144.tar.gz
cpython-fca286601b99e00ab6d04f49634bdc27af461144.tar.bz2
merge 3.3 (#20946)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bb90a8d..7ef8e36 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,6 +72,8 @@ Tests
- Issue #20743: Fix a reference leak in test_tcl.
+- Issue #20946: Correct alignment assumptions of some ctypes tests.
+
- Issue #20939: Fix test_geturl failure in test_urllibnet due to
new redirect of http://www.python.org/ to https://www.python.org.