deep-security-py icon indicating copy to clipboard operation
deep-security-py copied to clipboard

Code that makes deep-security-py compatible with Python 2.6

Open lcheng6 opened this issue 8 years ago • 0 comments

2 major changes are made to make this library compatible with Python 2.6

  1. Moved away from Python 3.x style of format
  2. Moved away from Python 2.7+ SSL_Context to simply use requests library.

Both are geared toward Python 2.6 dependencies; which is still used on a lot of legacy systems.

lcheng6 avatar Mar 01 '17 16:03 lcheng6