diff options
author | Eric Brown <ericwb@users.noreply.github.com> | 2018-05-14 20:47:57 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2018-05-14 23:47:57 -0400 |
commit | 50bad375f5dd3fbb7c7ea62896e2538dc5734be6 (patch) | |
tree | 2ae4a8d5b9576012069ce28ae08ebc575129fdd6 /.travis/install.sh | |
parent | b2165c2ef0fdf8d63c3b4780648266e37d39df2d (diff) | |
download | cryptography-50bad375f5dd3fbb7c7ea62896e2538dc5734be6.tar.gz cryptography-50bad375f5dd3fbb7c7ea62896e2538dc5734be6.tar.bz2 cryptography-50bad375f5dd3fbb7c7ea62896e2538dc5734be6.zip |
Future proofing use of the six python version constants (#4238)
* Future proofing use of the six python version constants
After reading [1], noticed that cryptography uses a lot of if six.PY3
blocks. The issue with this is that whenever Python 4 is released,
this code in the else block will be executed even though it was
only intended for Python 2.
[1] http://astrofrog.github.io/blog/2016/01/12/stop-writing-python-4-incompatible-code/
Signed-off-by: Eric Brown <browne@vmware.com>
* Use not PY2 instead
Diffstat (limited to '.travis/install.sh')
0 files changed, 0 insertions, 0 deletions