Skip to content

Conversation

luzpaz
Copy link
Contributor

@luzpaz luzpaz commented Nov 9, 2021

Found via codespell -q 3 -L alo,asend,ba,nams,spawnve

Originally found downstream python/mypy#11498 (comment)

Found via `codespell -q 3 -L alo,asend,ba,nams,spawnve`  

Originally found downstream python/mypy#11498 (comment)
@luzpaz
Copy link
Contributor Author

luzpaz commented Nov 9, 2021

API changes in 4da3ef5

@github-actions

This comment has been minimized.

1 similar comment
@github-actions

This comment has been minimized.

@hauntsaninja
Copy link
Collaborator

Thanks! You'll want to walk back the API changes, until the actual packages have changed them and made releases with the changes.

The caldav one seems fixed on master, but is unreleased: python-caldav/caldav@17ce149#diff-b555f28986a83b009effbdd857352e16a2efd9407704f09477a2c844e8badbe0

column: Any
whitespace: Any
indention: Any
indentation: Any
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is what it's actually called in pyyaml (at least as of version 6.0), so we can't change this. Same for the other change in this file.

class NotFoundError(DAVError): ...
class ConsistencyError(DAVError): ...
class ReponseError(DAVError): ...
class ResponseError(DAVError): ...
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similarly, this really is called ReponseError in caldav. I think it's worth adding a comment here in case a future reader is confused.

This reverts commit 4da3ef5.
@github-actions
Copy link
Contributor

github-actions bot commented Nov 9, 2021

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@hauntsaninja hauntsaninja merged commit b95b729 into python:master Nov 9, 2021
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.

3 participants