@@ -546,7 +546,7 @@ inspect
546
546
line number, column and end column). The affected functions are:
547
547
:func: `inspect.getframeinfo `, :func: `inspect.getouterframes `, :func: `inspect.getinnerframes `,
548
548
:func: `inspect.stack ` and :func: `inspect.trace `. (Contributed by Pablo Galindo in
549
- :gh: `88116 `)
549
+ :gh: `88116 `. )
550
550
551
551
locale
552
552
------
@@ -621,7 +621,7 @@ socket
621
621
* :meth: `~socket.create_connection ` has an option to raise, in case of
622
622
failure to connect, an :exc: `ExceptionGroup ` containing all errors
623
623
instead of only raising the last error.
624
- (Contributed by Irit Katriel in :issue: `29980 `).
624
+ (Contributed by Irit Katriel in :issue: `29980 `.)
625
625
626
626
sqlite3
627
627
-------
@@ -671,7 +671,7 @@ sqlite3
671
671
672
672
* Add :meth: `~sqlite3.Connection.blobopen ` to :class: `sqlite3.Connection `.
673
673
: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 `. )
675
675
676
676
677
677
sys
@@ -815,7 +815,7 @@ tkinter
815
815
unicodedata
816
816
-----------
817
817
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 `).
819
819
820
820
821
821
unittest
@@ -1538,7 +1538,7 @@ Build Changes
1538
1538
* Freelists for object structs can now be disabled. A new :program: `configure `
1539
1539
option :option: `!--without-freelists ` can be used to disable all freelists
1540
1540
except empty tuple singleton.
1541
- (Contributed by Christian Heimes in :issue: `45522 `)
1541
+ (Contributed by Christian Heimes in :issue: `45522 `. )
1542
1542
1543
1543
* ``Modules/Setup `` and ``Modules/makesetup `` have been improved and tied up.
1544
1544
Extension modules can now be built through ``makesetup ``. All except some
0 commit comments