Changes between Version 18 and Version 19 of DeveloperGuidelines/Py_2_3
- Timestamp:
- 06/27/19 14:55:04 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Py_2_3
v18 v19 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 NB the Python-2.7 {{{exec}}} statement also accepts a 3-tuple as parameter {{{exec(expr, globals, locals)}}} which syntax is equivalent to the exec-function in Python-3. 64 64 == Usage == 65 65