chiark / gitweb /
Use ValueError instead of SyntaxError throughout.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 29 May 2015 08:34:09 +0000 (09:34 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 29 May 2015 08:34:09 +0000 (09:34 +0100)
SyntaxError has a much more specific meaning, and some software, such as
`ipython', expect it to carry lots of other detailed information.

So abolish the `SYNERR' macro, and use `VALERR' instead consistently.  I
wish I had an excuse for this blunder, but I don't.


No differences found