From: Mark Wooding Date: Fri, 29 May 2015 08:34:09 +0000 (+0100) Subject: Use ValueError instead of SyntaxError throughout. X-Git-Tag: 1.1.0~2^2~1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/80f7cd89bbb143dfa794e54be04994f55e851f7b?hp=80f7cd89bbb143dfa794e54be04994f55e851f7b 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. ---