-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.8, 2.8.1, 2.9, 2.9.1
-
Component/s: None
The release of PyMongo 2.8 broke support for Python 3.1 (which we still claim to support in the 2.x branch of PyMongo). The problem is our use of int.from_bytes and int.to_bytes. We use these when we know the interpreter is python3.x. We need to change the check to >= python 3.2.