

3·
13 hours agoPython doesn’t have true
or false
keywords, nor any other primitives by those names.
So either you’re thinking of a different language, or different identifiers, or someone assigned equal values to variables with those names and then blogged about it.
That change is about
True
andFalse
, nottrue
andfalse
. If OP was thinking of the former pair, it would seem my “different identifiers” guess was correct.