◐ Shell
clean mode source ↗

gh-101100: Fix class reference in library/test.rst by smontanaro · Pull Request #114769 · python/cpython

The text clearly seems to be referencing `TestFuncAcceptsSequencesMixin`, for which no target is available. Name the class properly and suppress the dangling reference.

serhiy-storchaka

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jan 31, 2024
…4769)

The text clearly seems to be referencing `TestFuncAcceptsSequencesMixin`,
for which no target is available. Name the class properly and suppress
the dangling reference.
(cherry picked from commit 7a93db4)

Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jan 31, 2024
…4769)

The text clearly seems to be referencing `TestFuncAcceptsSequencesMixin`,
for which no target is available. Name the class properly and suppress
the dangling reference.
(cherry picked from commit 7a93db4)

Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com>

serhiy-storchaka pushed a commit that referenced this pull request

Jan 31, 2024
…GH-114793)

The text clearly seems to be referencing `TestFuncAcceptsSequencesMixin`,
for which no target is available. Name the class properly and suppress
the dangling reference.
(cherry picked from commit 7a93db4)

Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com>

serhiy-storchaka pushed a commit that referenced this pull request

Jan 31, 2024
…GH-114794)

The text clearly seems to be referencing `TestFuncAcceptsSequencesMixin`,
for which no target is available. Name the class properly and suppress
the dangling reference.
(cherry picked from commit 7a93db4)

Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com>

aisk pushed a commit to aisk/cpython that referenced this pull request

Feb 11, 2024
…4769)

The text clearly seems to be referencing `TestFuncAcceptsSequencesMixin`,
for which no target is available. Name the class properly and suppress
the dangling reference.