bug? Python broken in 7.7.1?

Hi,
Python on the console does some unexpected things in 7.7.1...
can anybody confirm this?
Python on the console does some unexpected things in 7.7.1...
- Code: Select all
Py2> t=5
Py2> ==t
Traceback (most recent call last):
File "<nofile>", line 1, in <module>
NameError: name 't' is not defined
can anybody confirm this?