[Python-Dev] Issue #26204: compiler now emits a SyntaxWarning on constant statement
Chris Barker
chris.barker at noaa.gov
Mon Feb 8 19:08:11 EST 2016
On Mon, Feb 8, 2016 at 3:48 PM, MRAB <python at mrabarnett.plus.com> wrote:
> help('assert')
>
> You'll see that in "assert (True,)", the tuple (an object) is the first
> condition (and probably a mistake), whereas in "assert True,", the True is
> the condition and the second expression (after the comma) is missing.
yes, of course, that explains it.
-CHB
>
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> https://mail.python.org/mailman/options/python-dev/chris.barker%40noaa.gov
>
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker at noaa.gov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20160208/4bffcf03/attachment.html>
More information about the Python-Dev
mailing list