Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
proton-0.3
-
None
-
python versions < 2.5
Description
Python bindings make use of (at least two) python language features that require python versions newer than 2.5:
- uuid
- bytes
In order to support older versions of the python language, these features would have to be removed, or a compatibility layer would need to be provided.