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 terry.reedy
Recipients aeros, eric.smith, gvanrossum, hroncok, lys.nikolaou, pablogsal, petr.viktorin, serhiy.storchaka, terry.reedy, vstinner
Date 2020-05-16.23:04:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589670246.81.0.289681855261.issue40246@roundup.psfhosted.org>
In-reply-to
Content
> The >else"#fca"< code was added 6 years ago (commit 8b95d5e0bf00d9d0098579d29fd6bb9322071879)

That was my typo in turtledemo.__main__ (similar lines before had the space) and I wish that it had been caught then.  

Why did compileall in the test suite not catch this SyntaxError before 3.6.0a6 was released?  Does it intentionally skip .__main__ files?  Should I add a test_turtledemo file (with checks for the presence of tkinter and turtle)?
History
Date User Action Args
2020-05-16 23:04:06terry.reedysetrecipients: + terry.reedy, gvanrossum, vstinner, eric.smith, petr.viktorin, serhiy.storchaka, hroncok, lys.nikolaou, pablogsal, aeros
2020-05-16 23:04:06terry.reedysetmessageid: <1589670246.81.0.289681855261.issue40246@roundup.psfhosted.org>
2020-05-16 23:04:06terry.reedylinkissue40246 messages
2020-05-16 23:04:06terry.reedycreate