Skip to content
  • Bernie Hackett's avatar
    PYTHON-1022 - Drop support for Python 3.2 · ebcb67b4c58f
    Bernie Hackett authored
    This change removes the u() helper from bson.py3compat
    and all of its uses in the driver and tests. PyPy3 continues
    to be supported since, even though it is based on python 3.2.5,
    it has always supported the u string prefix.
    
    The README and install docs are now explicit about PyPy(3) support.
    ebcb67b4c58f
After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.