Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.10] gh-93108: Bump sphinx to fix rendering issue. #93159

Merged
merged 2 commits into from Jun 6, 2022

Conversation

JulienPalard
Copy link
Member

@JulienPalard JulienPalard commented May 24, 2022

Bug was visible on SysLogHandler in Python 3.10 only (3.9 uses an older Sphinx version without the issue, 3.11 uses a newer Sphinx version without the issue).

bad: SysLogHandler(address='localhost', SYSLOG_UDP_PORT, ...
good: SysLogHandler(address=('localhost', SYSLOG_UDP_PORT), ...

So this commit only lives on 3.10, hope that's ok! @pablogsal what do you think?

Bug was visible on SysLogHandler:

bad: SysLogHandler(address='localhost', SYSLOG_UDP_PORT, ...
good: SysLogHandler(address=('localhost', SYSLOG_UDP_PORT), ...
Copy link
Contributor

@DanielNoord DanielNoord left a comment

The comments in this file also mention 3.2.1 and should probably be updated.

The 3.9 branch also refers to the actual pinned version of Sphinx in its comments, see https://github.com/python/cpython/blob/3.9/Doc/requirements.txt.

@JulienPalard
Copy link
Member Author

JulienPalard commented May 24, 2022

@DanielNoord you're right, I updated the surrouding comments.

@ambv ambv merged commit 632eef7 into python:3.10 Jun 6, 2022
13 checks passed
@JulienPalard JulienPalard deleted the mdk-doc-sysloghandler branch Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants