From: Mark Wooding Date: Fri, 29 May 2015 08:34:09 +0000 (+0100) Subject: Use ValueError instead of SyntaxError throughout. X-Git-Url: https://git.distorted.org.uk/~mdw/pyke/commitdiff_plain/b49788b66c068a9cce169ac854b863dd513a2986?ds=sidebyside;hp=b49788b66c068a9cce169ac854b863dd513a2986 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. ---