Uh oh!
There was an error while loading. Please reload this page.
Sync PackageMetadata with email.message.Message - #435
Conversation
6321180 to
3f1c9bcCompareSigned-off-by: Filipe Laíns <lains@riseup.net>
jaraco
commented
Mar 18, 2023
This code makes me sad. It looks like the typing system requires overloads anywhere where a Moreover, this test fails the diffcov because it fails to cover the new line 23 (an ellipsis). What ever happened to "elegance begets simplicity"? Is there any expectation that this behavior will ever be simplified? I guess I can link to the PRs for those who need to track down the origin. |
jaraco
commented
Mar 18, 2023
For reference - upstream change at python/typeshed#9620 and possible long-term simplification at python/typing#307. |
jaraco
commented
Mar 18, 2023
This change also introduces errors in the docs build: |
Fixes#434