Issue 1231538: Typo fix in compiler/transformer.py (WalkerEror) (original) (raw)

Error description : Module : transformer.py Package : compiler (python implementation, not the builtin C one)

There seems to be some typos in compiler/transformer.py. A WalkerError exception class is defined but a WalkerEror (with one missing 'r') instance is raised some times.

I couldn't find a bug or patch in the tracker.

The patch was generated with the following command line : diff -c transformer.py transformer.py.fixed > transformer.py.patch

The patch is based on the current CVS version of transformer.py (i.e. version 1.50)