Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Prev Previous commit
Fix whatsnew formatting
  • Loading branch information
WillChilds-Klein committed Dec 23, 2024
commit a3548a8cafd6641f99d824aef73b8643dde56493
8 changes: 5 additions & 3 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -583,9 +583,10 @@ pydoc
ssl
---

* Indicate through :data:`ssl.HAS_PHA` whether the :mod:`ssl` module supports TLSv1.3
post-handshake client authentication (PHA). (Contributed by Will Childs-Klein in
:gh:`128036`.)
* Indicate through :data:`ssl.HAS_PHA` whether the :mod:`ssl` module supports
TLSv1.3 post-handshake client authentication (PHA).
Comment on lines +586 to +587
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Indicate through :data:`ssl.HAS_PHA` whether the :mod:`ssl` module supports
TLSv1.3 post-handshake client authentication (PHA).
* Indicate through :data:`ssl.HAS_PHA` whether the :mod:`ssl` module
supports TLSv1.3 post-handshake client authentication (PHA).

(just for reducing the line length and make it look more uniform, but this is entirely optional and a matter of taste; my previous suggestion may even have been incorrect in that regard).

(Contributed by Will Childs-Klein in :gh:`128036`.)


symtable
--------
Expand All @@ -598,6 +599,7 @@ symtable

(Contributed by Bénédikt Tran in :gh:`120029`.)


sys
---

Expand Down