Adjust the expected string to match Python 3.11+ changed output#11774
Closed
befeleme wants to merge 1 commit intosphinx-doc:masterfrom
Closed
Adjust the expected string to match Python 3.11+ changed output#11774befeleme wants to merge 1 commit intosphinx-doc:masterfrom
befeleme wants to merge 1 commit intosphinx-doc:masterfrom
Conversation
a108baa to
0345713
Compare
Contributor
|
Is it necessary to differentiate the asserted contents? What if we ditched the |
Contributor
Author
|
Since |
Contributor
|
Oh, I thought |
Contributor
Author
|
...or I could join |
Contributor
|
Looks good! I didn't spot this PR and opened a fairly-similar one this week: #11793 |
Contributor
Member
|
Closed by #11793. A |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Subject: With Python 3.13.0a2 'test_autodoc_default_options' started failing. It's because Python 3.13.0a2 has changed the
__doc__and__weakref__docstrings, see: python/cpython#112266Feature or Bugfix