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 eric.snow
Recipients Arfrever, brett.cannon, eric.snow, loewis, python-dev
Date 2012-04-20.15:24:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334935474.46.0.107379560549.issue14629@psf.upfronthosting.co.za>
In-reply-to
Content
Apparently the message string contained by the SyntaxError is different between the two.  I noticed due to the hard-coded check in test_find_module_encoding (in Lib/test/test_imp.py).  I've brought up the specific issue of that hard-coded message check in issue14633.  However, in case it otherwise matters that the message string be the same between the two, I've brought it up here.
History
Date User Action Args
2012-04-20 15:24:34eric.snowsetrecipients: + eric.snow, loewis, brett.cannon, Arfrever, python-dev
2012-04-20 15:24:34eric.snowsetmessageid: <1334935474.46.0.107379560549.issue14629@psf.upfronthosting.co.za>
2012-04-20 15:24:33eric.snowlinkissue14629 messages
2012-04-20 15:24:33eric.snowcreate