Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/oslo/+spec/make-python3-compatible. Description: Though we only run Oslo code in Python2.6 and Python2.7, not in Python3. Some incubation and stackforge projects were enforced in Python3. They suffer from Python3 compatible issue . They must make change in Oslo first, then pass in their projects. This is an example [1]. This blueprint will follow tips in [2] to fix compatibility bug. [1] https://review.openstack.org/#/c/58070/ [2] http://pythonhosted.org/six/ Specification URL (additional information): None