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)
commit80f7cd89bbb143dfa794e54be04994f55e851f7b
treef8095ac6ed194798d84c882974a6e275574f6287
parent3f4f64b80b775c630201089785c43e1af24060bb
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
ec.c
field.c
group.c
mp.c