Shajahan Palayil
Results
1
issues of
Shajahan Palayil
`tornado` fixes this issue in https://github.com/tornadoweb/tornado/pull/1852. Python `3.8` cookie parsing is still "broken". ``` from http import cookies as http_cookies cookies = http_cookies.SimpleCookie() cookies.load('first=aaa; lt-session-data={"id":"0.3826a069174c085cb71","lastUpdatedDate":"2020-09-24T14:30:27.954Z"}; second=xxxx') print(cookies) ``` Above snippet...