New submission from Юрий Пухальский :
I'm using python 3.5.4.
The site gives me two headers:
I'm using aiohttp that iterates the headers and if it's set-cookie, calls
SimpleCookie.load(). The latter maintains a dict inside by the cookie name.
So that's what happens, first
Юрий Пухальский added the comment:
"Questions about using cpython and 3rd party libraries like aiohttp should be
directed elsewhere."
Sorry, I thought http is part of "stdlib"? But if sending this here is totally
wrong, I beg pardon.
--
__