Closed jqb closed 12 years ago
Python 2.5 is no longer supported.
Why is 2.5 no longer supported?
I'd say because it's old, and prevents from using new stuff of 2.6+ versions.
Yep, but still there's a lot of code that runs on Py2.5. Sad but true. I guess I'll need to use older version to run it on Py2.5. Should I close an issue?
@kennethreitz Hm, I thought you would consider adding Python 2.5 support again.. at least that's what I understood when I asked you about it regarding requests adoption in pip. Mind elaborating?
I have no intentions of supporting Python 2.5 at this time. If pip decided to move to requests, I would revisit that ;)
@kennethreitz Not sure what more is needed than a pip developer saying that requests adoption requires 2.5. A public statement?
Start adopting it and I'll start putting 2.5 back in. It'll take half an evening :)
Work on the adoption is being done as we write these silly messages, I've ported most of the PEP381 changes to requests. I need to test it on Python 2.5 though :)
Fantastic :) I'll start to add 2.5 back in soon then.
I lied.
Obviously.
:cake:
Should we move this discussion to a new issue? The name of this issue is totally misleading...
@Lukasa Good idea +1
ver 0.10.1 contains new implementation of
requests.utils.randombytes
. line https://github.com/kennethreitz/requests/blob/v0.10.1/requests/utils.py#L185 causes an error on Windows 7 with Python 2.5.4Older versions 0.10.0 & 0.9.x works.