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

Documentation should build and test under python 3.x

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.9.4, 3.4
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      Currently the documentation either can't build, can't test, or both under python 3.x. In the v2.9 branch the source needs to run through 2to3 before the docs are built. In v2.9 and master the documentation has to be updated to be python 3.x compatible. This mostly appears to involve changing lines like:

      print foo
      

      to

      print(foo)
      

            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: