Uploaded image for project: 'Python Driver'
  1. Python Driver
  2. PYTHON-1048

Python 3.1 support broken for PyMongo 2.x

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.9.2
    • Affects Version/s: 2.8, 2.8.1, 2.9, 2.9.1
    • Component/s: None
    • Labels:

      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.

            Assignee:
            bernie@mongodb.com Bernie Hackett
            Reporter:
            bernie@mongodb.com Bernie Hackett
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: