Changes between Version 1 and Version 2 of BluePrint/Python3
- Timestamp:
- 06/19/19 21:07:19 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Python3
v1 v2 4 4 == Introduction == 5 5 6 As of June 2019, Sahana Eden is written for Python-2.7, but some tools (e.g. python-pip) will end their support for this Python version soon. Therefore, Sahana Eden must implement Python-3.6 as soon as possible. However, as most active deployments still run on Python-2.7, Sahana Eden must remain backwards-compatible for some time.6 As of June 2019, Sahana Eden is written for Python-2.7, but some critical tools (e.g. python-pip) will end their support for this Python version soon. All dependencies are already either Py2/3 hybrids (e.g. web2py), or have Python-3 implementations/alternatives. Therefore, Sahana Eden shall implement Python-3.6 from now on. 7 7 8 However, as most active deployments still run on Python-2.7, Sahana Eden must remain backwards-compatible for some time. 8 9 == Stakeholders == 9 10