KEMBAR78
Correct example in `runtime_troubles.rst` by AlexWaygood · Pull Request #12356 · python/mypy · GitHub
Skip to content

Conversation

AlexWaygood
Copy link
Member

SupportsLessThan was removed from _typeshed in python/typeshed#6583 and replaced with a new SupportsRichComparison type, which better reflects the types at runtime.

Fixes #12355

`SupportsLessThan` was removed from `_typeshed` in python/typeshed#6583 and replaced with a new `SupportsRichComparison` type, which better reflects the types at runtime.

Fixes python#12355
@97littleleaf11 97littleleaf11 merged commit b09683c into python:master Mar 15, 2022
@AlexWaygood AlexWaygood deleted the patch-1 branch March 15, 2022 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Regression - Module "_typeshed" has no attribute "SupportsLessThan"

2 participants