Changes between Version 55 and Version 56 of DeveloperGuidelines/Py_2_3
- Timestamp:
- 07/05/19 23:04:04 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Py_2_3
v55 v56 128 128 As the locations and names of some libraries have changed in Python-3, we use the compatibility module ({{{modules/s3compat.py}}}) to implement suitable alternatives. Similarily, the compat module provides alternatives for other objects such as types, functions and certain common patterns. 129 129 130 Where an object name is provided by modules/s3compat.py, it '''must''' be imported from there if used.130 Where an object is provided by modules/s3compat.py, it '''MUST''' be imported from there if used. 131 131 132 132 The following objects are provided by s3compat: