[New-bugs-announce] [issue41394] Behiavior of '_' strange in shell

wyz23x2 report at bugs.python.org
Sat Jul 25 08:54:28 EDT 2020


New submission from wyz23x2 <wyz23x2 at 163.com>:

>>> (None and True)
>>> print(_)
False
>>> print((None and True))  # Not same?!
None
>>> 

This isn't right.

P.S. What component should this be? IDLE? It's the shell, not just IDLE. Core? Not that deep!

----------
messages: 374260
nosy: wyz23x2
priority: normal
severity: normal
status: open
title: Behiavior of '_' strange in shell
type: behavior
versions: Python 3.10, Python 3.8, Python 3.9

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


More information about the New-bugs-announce mailing list