[issue45982] Bug in Error messages

Pablo Galindo Salgado report at bugs.python.org
Sat Dec 4 16:15:49 EST 2021


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

It doesn't happen anymore with the latest 3.10:

>>> if datetime.now(),strftime(...) != "19:50:00": pass
  File "<stdin>", line 1
    if datetime.now(),strftime(...) != "19:50:00": pass
                     ^
SyntaxError: invalid syntax

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45982>
_______________________________________


More information about the Python-bugs-list mailing list