Changes between Version 17 and Version 18 of DeveloperGuidelines/Py_2_3
- Timestamp:
- 06/27/19 14:53:09 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Py_2_3
v17 v18 61 61 }}} 62 62 63 NB the Python-2 {{{exec}}} statement also accepts a 3-tuple as parameter {{{exec(expr, globals, locals)}}} which is equivalent to the exec-function in Py3. 63 64 == Usage == 64 65