This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients Trundle, benjamin.peterson, eric.snow, georg.brandl, loewis, marienz, ncoghlan, pitrou, terry.reedy
Date 2011-07-16.15:22:45
SpamBayes Score 2.9236775e-05
Marked as misclassified No
Message-id <CADiSq7dUEAJO=dSGFxWSHtNp2AXrO_VFuec+Ns_yi4dCVNuBiw@mail.gmail.com>
In-reply-to <CAPZV6o_pXJgh2ZJ8UVkbC=M+W2R6FgXJr+BoRGw3HDFyrpO5jA@mail.gmail.com>
Content
It also makes it clear to users whether they've just run up against a
limitation of the implementation they're using or whether what they've
written is genuinely illegal code. They are NOT the same thing.
Attempting to conflate them into one exception for the mere sake of
not adding a new exception type is a false economy. Take it to
python-dev if you want, but I will strongly oppose this check going in
with it raising an ordinary SyntaxError instead of a new subclass.
History
Date User Action Args
2011-07-16 15:22:46ncoghlansetrecipients: + ncoghlan, loewis, georg.brandl, terry.reedy, marienz, pitrou, benjamin.peterson, Trundle, eric.snow
2011-07-16 15:22:45ncoghlanlinkissue11343 messages
2011-07-16 15:22:45ncoghlancreate