]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-93108: Bump sphinx to fix rendering issue. (GH-93159)
authorJulien Palard <julien@palard.fr>
Mon, 6 Jun 2022 16:59:22 +0000 (18:59 +0200)
committerGitHub <noreply@github.com>
Mon, 6 Jun 2022 16:59:22 +0000 (18:59 +0200)
commit632eef7b58d5ec76d64fc89a12f1dd580749827b
treecb7ea9a4782b0af54572377416adb74ba06aefcc
parent3d190513864bbb21529f49c858c4f8aa11dac9d0
[3.10] gh-93108: Bump sphinx to fix rendering issue. (GH-93159)

Bug was visible on SysLogHandler:

bad: SysLogHandler(address='localhost', SYSLOG_UDP_PORT, ...
good: SysLogHandler(address=('localhost', SYSLOG_UDP_PORT), ...
Doc/requirements.txt