]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98366: use sphinx.locale._ as gettext() in pyspecific.py (#98437)
authorWei-Hsiang (Matt) Wang <mattwang44@gmail.com>
Fri, 11 Nov 2022 01:18:11 +0000 (09:18 +0800)
committerGitHub <noreply@github.com>
Fri, 11 Nov 2022 01:18:11 +0000 (02:18 +0100)
commitd26ee8a0a552de111b8245ef0de63e3f3f535d9f
treeea4eb3f407c4b2f1e64736d7f23082a7aa711c7d
parent3a1dde8f29215418ec4e27fd6234cfa19a5407c6
gh-98366: use sphinx.locale._ as gettext() in pyspecific.py (#98437)

fix(doc-tools): use sphinx.locale._ as gettext() for backward-compatibility in pyspecific.py

[why] spinix 5.3 changed locale.translators from a defaultdict(gettext.NullTranslations) to a dict, which leads to failure of pyspecific.py. Use sphinx.locale._ as gettext to fix the issue.
Doc/tools/extensions/pyspecific.py