Skip to content

Commit

Permalink
Use sentence case for headers in 'What's new in 3.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 9, 2024
1 parent bbd83f7 commit f8784ef
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Doc/deprecations/c-api-pending-removal-in-3.14.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Pending Removal in Python 3.14
Pending removal in Python 3.14
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* The ``ma_version_tag`` field in :c:type:`PyDictObject` for extension modules
Expand Down
2 changes: 1 addition & 1 deletion Doc/deprecations/c-api-pending-removal-in-future.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Pending Removal in Future Versions
Pending removal in future versions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The following APIs are deprecated and will be removed,
Expand Down
2 changes: 1 addition & 1 deletion Doc/deprecations/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Deprecations

.. include:: pending-removal-in-future.rst

C API Deprecations
C API deprecations
------------------

.. include:: c-api-pending-removal-in-3.15.rst
Expand Down
2 changes: 1 addition & 1 deletion Doc/deprecations/pending-removal-in-3.13.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Pending Removal in Python 3.13
Pending removal in Python 3.13
------------------------------

Modules (see :pep:`594`):
Expand Down
2 changes: 1 addition & 1 deletion Doc/deprecations/pending-removal-in-3.14.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Pending Removal in Python 3.14
Pending removal in Python 3.14
------------------------------

* The import system:
Expand Down
2 changes: 1 addition & 1 deletion Doc/deprecations/pending-removal-in-3.15.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Pending Removal in Python 3.15
Pending removal in Python 3.15
------------------------------

* The import system:
Expand Down
2 changes: 1 addition & 1 deletion Doc/deprecations/pending-removal-in-3.16.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Pending Removal in Python 3.16
Pending removal in Python 3.16
------------------------------

* :mod:`array`:
Expand Down
2 changes: 1 addition & 1 deletion Doc/deprecations/pending-removal-in-future.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Pending Removal in Future Versions
Pending removal in future versions
----------------------------------

The following APIs will be removed in the future,
Expand Down
20 changes: 10 additions & 10 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

****************************
What's New In Python 3.14
What's new in Python 3.14
****************************

:Editor: TBD
Expand Down Expand Up @@ -67,12 +67,12 @@ Summary -- Release highlights
New Features
New features
============

.. _whatsnew-314-pep649:

PEP 649: Deferred Evaluation of Annotations
PEP 649: Deferred evaluation of annotations
-------------------------------------------

The :term:`annotations <annotation>` on functions, classes, and modules are no
Expand Down Expand Up @@ -155,7 +155,7 @@ In Python 3.14, the behavior of code using ``from __future__ import annotations`
is unchanged.


Improved Error Messages
Improved error messages
-----------------------

* When unpacking assignment fails due to incorrect number of variables, the
Expand All @@ -172,7 +172,7 @@ Improved Error Messages
ValueError: too many values to unpack (expected 3, got 4)
Other Language Changes
Other language changes
======================

* Incorrect usage of :keyword:`await` and asynchronous comprehensions
Expand All @@ -191,15 +191,15 @@ Other Language Changes
(Contributed by Serhiy Storchaka in :gh:`84978`.)


New Modules
New modules
===========

* :mod:`annotationlib`: For introspecting :term:`annotations <annotation>`.
See :pep:`749` for more details.
(Contributed by Jelle Zijlstra in :gh:`119180`.)


Improved Modules
Improved modules
================

argparse
Expand Down Expand Up @@ -613,14 +613,14 @@ Changes in the Python API
(Contributed by Serhiy Storchaka in :gh:`69998`.)


Build Changes
Build changes
=============


C API Changes
C API changes
=============

New Features
New features
------------

* Add :c:func:`PyLong_GetSign` function to get the sign of :class:`int` objects.
Expand Down

0 comments on commit f8784ef

Please sign in to comment.