Skip to content
Snippets Groups Projects
Select Git revision
  • 8979ce167101dec95c4cf994b3652debd6c8da6c
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

python34.py

Blame
  • user avatar
    Damien George authored
    In Python 3.7 the behaviour of repr() of an exception with one argument
    changed: it no longer prints a trailing comma in the argument list.  See
    https://bugs.python.org/issue30399
    
    This patch modifies tests that rely on this behaviour to not rely on it.
    And the python34.py test is updated to include a test for this behaviour
    with a .exp file.
    8979ce16
    History
    python34.py 1.25 KiB