Skip to content

Commit

Permalink
Alphabetise, full stop, whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed May 29, 2024
1 parent 643e0b3 commit 85bdd4d
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ast
---

Added :func:`ast.compare` for comparing two ASTs.
(Contributed by Batuhan Taskaya and Jeremy Hylton in :issue:`15987`)
(Contributed by Batuhan Taskaya and Jeremy Hylton in :issue:`15987`.)



Expand All @@ -108,6 +108,13 @@ Deprecated
Removed
=======

argparse
--------

* Remove the *type*, *choices*, and *metavar* parameters
of :class:`!argparse.BooleanOptionalAction`.
They were deprecated since 3.12.

ast
---

Expand Down Expand Up @@ -137,21 +144,12 @@ ast

(Contributed by Alex Waygood in :gh:`119562`.)


argparse
--------

* Remove the *type*, *choices*, and *metavar* parameters
of :class:`!argparse.BooleanOptionalAction`.
They were deprecated since 3.12.

collections.abc
---------------

* Remove :class:`!collections.abc.ByteString`. It had previously raised a
:exc:`DeprecationWarning` since Python 3.12.


email
-----

Expand Down

0 comments on commit 85bdd4d

Please sign in to comment.