-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fix broken Cookies support #1485
Comments
looking |
works for me on OSX:
|
maybe depends on python version? travis fails with python3.4.2 but you use 3.4.3 |
can someone add 3.4.3 to travis? if it passes then I'm assuming it's a bug in 3.4.2 |
created PR to check 3.4.3 https://travis-ci.org/aio-libs/aiohttp-security/jobs/194945494 |
And tests are green! |
perfect! |
I think I found the fix btw: http://bugs.python.org/issue22775, found from https://docs.python.org/3.4/whatsnew/changelog.html#python-3-4-3 |
Is any way to use http://bugs.python.org/review/22775/diff/13196/Lib/http/cookies.py to workaround this bug for 3.4.2 ? or should we care about 3.4.2 ? |
i'd say we do not care about 3.4.2, it is too old. |
anyone? |
closing. if anyone wants to talk about python3.4.2 support, please re-open. |
Late for the party. Support of 3.4.2 and 3.4 at all sounds without any reasons to do for me, but if people would like to contribute compatibility fixes without breaking or making support of modern Pythons complicated - that's fine. |
added back port for python3.4.2 |
Broken on Python 3.4 by #1453
https://travis-ci.org/aio-libs/aiohttp-session/jobs/184720151
https://travis-ci.org/aio-libs/aiohttp-security/jobs/184720027
The text was updated successfully, but these errors were encountered: