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 berker.peksag
Recipients benjamin.peterson, berker.peksag, martin.panter, python-dev, serhiy.storchaka
Date 2016-12-12.21:57:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481579863.37.0.604831291338.issue28512@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Serhiy, there are two commented-out lines in https://hg.python.org/cpython/rev/ea1c49ea8136#l3.10 (only in 3.5)


+        #with self.assertRaises(AssertionError):
+            #support.check_syntax_error(self, "x=1")
History
Date User Action Args
2016-12-12 21:57:43berker.peksagsetrecipients: + berker.peksag, benjamin.peterson, python-dev, martin.panter, serhiy.storchaka
2016-12-12 21:57:43berker.peksagsetmessageid: <1481579863.37.0.604831291338.issue28512@psf.upfronthosting.co.za>
2016-12-12 21:57:43berker.peksaglinkissue28512 messages
2016-12-12 21:57:43berker.peksagcreate