Skip to content

Correct example in runtime_troubles.rst #12356

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

Merged
merged 1 commit into from
Mar 15, 2022

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