Changes between Version 18 and Version 19 of DeveloperGuidelines/Py_2_3


Ignore:
Timestamp:
06/27/19 14:55:04 (6 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Py_2_3

    v18 v19  
    6161}}}
    6262
    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.
     63NB 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.
    6464== Usage ==
    6565