Changes between Version 7 and Version 8 of DeveloperGuidelines/Py_2_3
- Timestamp:
- 06/26/19 09:14:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Py_2_3
v7 v8 60 60 }}} 61 61 62 Python-2.7 would search relative to the current module, but on the other hand, it ssupports the explicit-relative syntax as well.62 Python-2.7 would search relative to the current module, but on the other hand, it supports the explicit-relative syntax as well. 63 63 64 64 So we decide that only explicit paths shall be used in imports.