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

Add missing WSMsgType to web_ws.__all__ #1200

Merged
merged 1 commit into from
Sep 21, 2016
Merged

Add missing WSMsgType to web_ws.__all__ #1200

merged 1 commit into from
Sep 21, 2016

Conversation

popravich
Copy link
Member

What do these changes do?

Add WSMsgType to web_ws.__all__ as it was missing there.

Are there changes in behavior for the user?

from aiohttp.web import WSMsgType will work

Related issue number

#1193

Copy link
Member

@asvetlov asvetlov left a comment

Choose a reason for hiding this comment

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

LGTM, please merge
CHANGES update is very appreciated also

@popravich popravich merged commit cf8eca2 into 1.0 Sep 21, 2016
@popravich popravich deleted the web_ws_fix branch September 21, 2016 09:35
@popravich
Copy link
Member Author

done. changes updated.

asvetlov pushed a commit that referenced this pull request Sep 21, 2016
* Use 'aiohttp.web.MsgType' instead of depreceated 'aiohttp.web.WSMsgType' to fix import error in the web socket server example.

* Remove explicit loop specification for 'aiohttp.web.run_app' function in the web socket server example.

* Sort imports in the web socket server example script.

* Replace the 'MsgType' back with 'WSMsgType' as #1200 fixes the import error.
@lock
Copy link

lock bot commented Oct 29, 2019

This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a new issue for
related bugs.

If you feel like there's important points made in this discussion,
please include those exceprts into that new issue.

@lock lock bot added the outdated label Oct 29, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants