Skip to content
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

Numerous changes #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Numerous changes #1

wants to merge 1 commit into from

Conversation

StSav012
Copy link

The code passes mypy check.

Python 2 support has been dropped, as Python 2 has reached end of life.
Added type hints.
Added conditions to ensure clear error description when self._srv_handler connection has not been opened but read.
Added conditions to avoid crashes when split() result is too short and can not be unpacked.
The package version increased by 0.0.1.

The code passes `mypy` check.

Python 2 support has been dropped, as Python 2 has reached end of life.
Added type hints.
Added conditions to ensure clear error description when `self._srv_handler` connection has not been opened but read.
Added conditions to avoid crashes when `split()` result is too short and can not be unpacked.
The package version increased by 0.0.1.
@mezz64
Copy link
Owner

mezz64 commented Sep 11, 2021

Apologies for the slow follow-up and thanks for the PR. Will try to find some time soon to review/test.

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.

2 participants