@@ -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
551551locale
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
626626sqlite3
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
677677sys
@@ -815,7 +815,7 @@ tkinter
815815unicodedata
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
821821unittest
@@ -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