]> granicus.if.org Git - python/commit
bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248)
authorChristian Heimes <christian@python.org>
Mon, 3 Jun 2019 18:51:27 +0000 (20:51 +0200)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 3 Jun 2019 18:51:27 +0000 (11:51 -0700)
commit47eb2234061524562a4b484e3a395f4fdd6c1b76
tree43cf4c90b6c56a237a2fc05bc5234e3918f78d3d
parente35d1ba9eab07a59b98b700c5e18ceb13b2561a6
bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248)

What's new now mentions SSLContext.hostname_checks_common_name instead of SSLContext.host_flags.

https://bugs.python.org/issue36868
Doc/whatsnew/3.7.rst
Misc/NEWS.d/next/Documentation/2019-05-11-17-42-15.bpo-36868.yioL0R.rst [new file with mode: 0644]