On Thursday, 6 September 2012 12:14:19 UTC+5:30, Steven D'Aprano wrote: > On Wed, 05 Sep 2012 14:27:44 -0400, Terry Reedy wrote: > > > > > On 9/5/2012 8:48 AM, Ramchandra Apte wrote: > > > > > > > and "a==True" should be automatically changed into memory comparison. > > > > > > I have no idea what that means. > > > > I interpret this as meaning that "a == True" should be special-cased by > > the interpreter as "a is True" instead of calling a.__eq__. > > > > > > > > -- > > Steven
Steven you are right. -- http://mail.python.org/mailman/listinfo/python-list