@@ -879,18 +879,18 @@ tkinter
879879 arguments: *nolinestop * which allows the search to
880880 continue across line boundaries;
881881 and *strictlimits * which restricts the search to within the specified range.
882- (Contributed by Rihaan Meher in :gh: `130848 `)
882+ (Contributed by Rihaan Meher in :gh: `130848 `. )
883883
884884* A new method :meth: `!tkinter.Text.search_all ` has been introduced.
885885 This method allows for searching for all matches of a pattern
886886 using Tcl's ``-all `` and ``-overlap `` options.
887- (Contributed by Rihaan Meher in :gh: `130848 `)
887+ (Contributed by Rihaan Meher in :gh: `130848 `. )
888888
889889* Added new methods :meth: `!pack_content `, :meth: `!place_content ` and
890890 :meth: `!grid_content ` which use Tk commands with new names (introduced
891891 in Tk 8.6) instead of :meth: `!*_slaves ` methods which use Tk commands
892892 with outdated names.
893- (Contributed by Serhiy Storchaka in :gh: `143754 `)
893+ (Contributed by Serhiy Storchaka in :gh: `143754 `. )
894894
895895
896896.. _whatsnew315-tomllib-1-1-0 :
@@ -1202,7 +1202,7 @@ importlib.resources
12021202
12031203* Removed deprecated ``package `` parameter
12041204 from :func: `importlib.resources.files ` function.
1205- (Contributed by Semyon Moroz in :gh: `138044 `)
1205+ (Contributed by Semyon Moroz in :gh: `138044 `. )
12061206
12071207
12081208pathlib
@@ -1453,7 +1453,7 @@ Changed C APIs
14531453
14541454* If the :c:macro: `Py_TPFLAGS_MANAGED_DICT ` or :c:macro: `Py_TPFLAGS_MANAGED_WEAKREF `
14551455 flag is set then :c:macro: `Py_TPFLAGS_HAVE_GC ` must be set too.
1456- (Contributed by Sergey Miryanov in :gh: `134786 `)
1456+ (Contributed by Sergey Miryanov in :gh: `134786 `. )
14571457
14581458
14591459Porting to Python 3.15
@@ -1610,7 +1610,7 @@ Build changes
16101610 :manpage: `PR_SET_VMA_ANON_NAME <PR_SET_VMA(2const)>` (Linux 5.17 or newer).
16111611 Annotations are visible in ``/proc/<pid>/maps `` if the kernel supports the feature
16121612 and :option: `-X dev <-X> ` is passed to the Python or Python is built in :ref: `debug mode <debug-build >`.
1613- (Contributed by Donghee Na in :gh: `141770 `)
1613+ (Contributed by Donghee Na in :gh: `141770 `. )
16141614
16151615
16161616Porting to Python 3.15
0 commit comments