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)
commitb49788b66c068a9cce169ac854b863dd513a2986
tree6bb02ea2c57f357b63383f041fb518e59fc9af55
parent0156e4020eb3b13a1b9bcfa9887eb922ba5d9fa2
Use ValueError instead of SyntaxError throughout.

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.
catacomb-python.h