Skip to content

Commit a61aa52

Browse files
pythongh-95112: Fix What's New 3.11 contribution note periods (pythonGH-95115)
Some are missing, a few placed after the ')'. (cherry picked from commit 8df8ef9) Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent 6c43f3e commit a61aa52

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/whatsnew/3.11.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ inspect
546546
line number, column and end column). The affected functions are:
547547
:func:`inspect.getframeinfo`, :func:`inspect.getouterframes`, :func:`inspect.getinnerframes`,
548548
:func:`inspect.stack` and :func:`inspect.trace`. (Contributed by Pablo Galindo in
549-
:gh:`88116`)
549+
:gh:`88116`.)
550550

551551
locale
552552
------
@@ -621,7 +621,7 @@ socket
621621
* :meth:`~socket.create_connection` has an option to raise, in case of
622622
failure to connect, an :exc:`ExceptionGroup` containing all errors
623623
instead of only raising the last error.
624-
(Contributed by Irit Katriel in :issue:`29980`).
624+
(Contributed by Irit Katriel in :issue:`29980`.)
625625

626626
sqlite3
627627
-------
@@ -671,7 +671,7 @@ sqlite3
671671

672672
* Add :meth:`~sqlite3.Connection.blobopen` to :class:`sqlite3.Connection`.
673673
:class:`sqlite3.Blob` allows incremental I/O operations on blobs.
674-
(Contributed by Aviv Palivoda and Erlend E. Aasland in :issue:`24905`)
674+
(Contributed by Aviv Palivoda and Erlend E. Aasland in :issue:`24905`.)
675675

676676

677677
sys
@@ -815,7 +815,7 @@ tkinter
815815
unicodedata
816816
-----------
817817

818-
* The Unicode database has been updated to version 14.0.0. (:issue:`45190`).
818+
* The Unicode database has been updated to version 14.0.0. (Contributed by Benjamin Peterson in :issue:`45190`).
819819

820820

821821
unittest
@@ -1538,7 +1538,7 @@ Build Changes
15381538
* Freelists for object structs can now be disabled. A new :program:`configure`
15391539
option :option:`!--without-freelists` can be used to disable all freelists
15401540
except empty tuple singleton.
1541-
(Contributed by Christian Heimes in :issue:`45522`)
1541+
(Contributed by Christian Heimes in :issue:`45522`.)
15421542

15431543
* ``Modules/Setup`` and ``Modules/makesetup`` have been improved and tied up.
15441544
Extension modules can now be built through ``makesetup``. All except some

0 commit comments

Comments
 (0)