Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The new python2 recipe supports optional dependencies: sqlite3, openssl and libffi
This PR updates the python2's recipe to version 2.7.11. Libffi (#773) and Openssl (#774)
If this is finally merged, all PRS with "mandatory for Python 2.7.11" in his title should be merged, otherwise it will not work as expected (it will fail to build if the affected recipe is used). I will like to mention that it is possible that we have to create a conditional statement for all this affected recipes to make it work with Python 3.x, I really hope that this has not to be necessary, but I really don't know ( I don't have any code written in python 3), this new recipe is closer to the python3 recipe than the old one ...so, probably, all the changes made with the affected recipes, will also work on python 3.x.
Notes for testers: I will recommend to programmers who want to test the new python 2.7.11 against the old PR(#693) because has all the mandatory and optional changes incorporated.
(For more details read the following message)
Thanks to: