-
-
Notifications
You must be signed in to change notification settings - Fork 170
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
isinstance(url, URL) returns False for BaseURL #55
Comments
I have same problems |
This happens in 0.9.4 and 0.9.5. Downgrading to 0.9.3 fixes it for me. |
This was referenced Feb 15, 2017
@fafhrd91 could you look at this? This breaks all HTTP requests made with the I'm not sure why this |
Yes, reverted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Specifically, this evaluates to false:
isinstance(URL('http://example.com').with_fragment(None), URL)
I tested it as follows:
I realize that there are many chances that I am the one doing something wrong here, as I found this issue debugging an exception raised by trivial aiohttp code.
If this is as expected, I will proceed to report the issue downstream to aiohttp.
The text was updated successfully, but these errors were encountered: