[issue38463] 3.8 Release Notes: Link to SSLContext.post_handshake_auth missing

2019-10-13 Thread Raymond Hettinger
Change by Raymond Hettinger : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue38463] 3.8 Release Notes: Link to SSLContext.post_handshake_auth missing

2019-10-13 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset c09379bd6ebdd896547008c641e8899a1e36aa42 by Raymond Hettinger (Miss Islington (bot)) in branch '3.8': bpo-38461 and bpo-38463: Minor fixes to Whatsnew 3.8 (GH-16761) (GH-16762) https://github.com/python/cpython/commit/c09379bd6ebdd896547008c6

[issue38463] 3.8 Release Notes: Link to SSLContext.post_handshake_auth missing

2019-10-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +16335 pull_request: https://github.com/python/cpython/pull/16762 ___ Python tracker ___ __

[issue38463] 3.8 Release Notes: Link to SSLContext.post_handshake_auth missing

2019-10-13 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 61a6db5e79921b89b9e2a154990f01f5f3150213 by Raymond Hettinger in branch 'master': bpo-38461 and bpo-38463: Minor fixes to Whatsnew 3.8 (GH-16761) https://github.com/python/cpython/commit/61a6db5e79921b89b9e2a154990f01f5f3150213 --

[issue38463] 3.8 Release Notes: Link to SSLContext.post_handshake_auth missing

2019-10-13 Thread Raymond Hettinger
Change by Raymond Hettinger : -- keywords: +patch pull_requests: +16333 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16761 ___ Python tracker __

[issue38463] 3.8 Release Notes: Link to SSLContext.post_handshake_auth missing

2019-10-13 Thread Raymond Hettinger
Change by Raymond Hettinger : -- assignee: docs@python -> rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue38463] 3.8 Release Notes: Link to SSLContext.post_handshake_auth missing

2019-10-13 Thread Ned Deily
Change by Ned Deily : -- nosy: +akuchling, rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue38463] 3.8 Release Notes: Link to SSLContext.post_handshake_auth missing

2019-10-13 Thread Sebastian Rittau
New submission from Sebastian Rittau : The link to SSLContext.post_handshake_auth in the "ssl" section in the release notes is missing. -- assignee: docs@python components: Documentation messages: 354582 nosy: docs@python, srittau priority: normal severity: normal status: open title: 3