This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients
Date 2004-09-21.19:08:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

There is a change in semantics, of course: the program

def f(): return 1,2
print f() is f()

used to print False, now prints True.
History
Date User Action Args
2007-08-23 14:26:23adminlinkissue1031667 messages
2007-08-23 14:26:23admincreate