summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-09-04 22:28:53 (GMT)
committerChristian Heimes <christian@python.org>2017-09-04 22:28:53 (GMT)
commite503ca52889bf66ac502702569e726caa7970299 (patch)
tree61dd7c9b265c6457d6088b1503d8028559d76dee /Misc
parentf801322e92384ef3eac2a9b7ac2c49d37102d0f3 (diff)
downloadcpython-e503ca52889bf66ac502702569e726caa7970299.zip
cpython-e503ca52889bf66ac502702569e726caa7970299.tar.gz
cpython-e503ca52889bf66ac502702569e726caa7970299.tar.bz2
bpo-30502: Fix handling of long oids in ssl. (#2909)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2017-07-27-11-33-58.bpo-30502.GJlfU8.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-07-27-11-33-58.bpo-30502.GJlfU8.rst b/Misc/NEWS.d/next/Library/2017-07-27-11-33-58.bpo-30502.GJlfU8.rst
new file mode 100644
index 0000000..522bdf6
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-07-27-11-33-58.bpo-30502.GJlfU8.rst
@@ -0,0 +1 @@
+Fix handling of long oids in ssl. Based on patch by Christian Heimes.