aiohttp 2.3.3 release
Bugfix release.
Changes
- Having a
;
in Response content type doesn't assume it contains a charset
anymore. (#2197) - Use
getattr(asyncio, 'async')
for keeping compatibility with Python 3.7.
(#2476) - Ignore
NotImplementedError
raised byset_child_watcher
fromuvloop
.
(#2491) - Fix warning in
ClientSession.__del__
by stopping to try to close it.
(#2523) - Fixed typo's in Third-party libraries page. And added async-v20 to the list
(#2510)