]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[2.7] bpo-34836: fix test_default_ecdh_curve, needs no tlsv1.3. (GH-9626)
authorDimitri John Ledkov <dimitri.j.ledkov@intel.com>
Sun, 9 Jun 2019 05:44:57 +0000 (06:44 +0100)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 9 Jun 2019 05:44:57 +0000 (15:44 +1000)
Signed-off-by: Dimitri John Ledkov <xnox@ubuntu.com>
https://bugs.python.org/issue34836

Misc/NEWS.d/next/Tests/2019-01-11-14-01-19.bpo-34836.7fat9-.rst [new file with mode: 0644]

diff --git a/Misc/NEWS.d/next/Tests/2019-01-11-14-01-19.bpo-34836.7fat9-.rst b/Misc/NEWS.d/next/Tests/2019-01-11-14-01-19.bpo-34836.7fat9-.rst
new file mode 100644 (file)
index 0000000..aed4d3f
--- /dev/null
@@ -0,0 +1 @@
+Fix ``test_default_ecdh_curve`` when TLSv1.3 is enabled by default.