Uploaded image for project: 'C++ Driver'
  1. C++ Driver
  2. CXX-2330

calc_release_version.py produces different output for Python2 vs Python3

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.7.0, 3.7.0-beta1
    • Affects Version/s: None
    • Component/s: None
    • None

      calc_release_version.py produces different output for Python2 vs Python3:

      roberto@build01:~/src/mongodb/mongo-cxx-driver.git (master $=)$  python etc/calc_release_version.py
      3.7.0-20210727+git5f98844541
      roberto@build01:~/src/mongodb/mongo-cxx-driver.git (master $=)$  python3 etc/calc_release_version.py
      3.6.1-20210727+git5f98844541
      

      It should produce the same output regardless of which Python interpreter is used.

            Assignee:
            roberto.sanchez@mongodb.com Roberto Sanchez
            Reporter:
            roberto.sanchez@mongodb.com Roberto Sanchez
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: