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 pitrou
Recipients amaury.forgeotdarc, belopolsky, benjamin.peterson, georg.brandl, gvanrossum, pitrou
Date 2008-04-16.19:40:10
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1208374812.41.0.631979191559.issue2603@psf.upfronthosting.co.za>
In-reply-to
Content
Why would you want to have hash(range(a,b,c)) == hash((a,b,c)) ?
It'd be more logical to have hash(range(a,b,c)) ==
hash(tuple(range(a,b,c))) ... which is not the same thing at all :)
History
Date User Action Args
2008-07-26 13:54:17georg.brandlsetspambayes_score: 0.773682 -> 0.0
2008-04-16 19:40:12pitrousetspambayes_score: 0.773682 -> 0.773682
recipients: + pitrou, gvanrossum, georg.brandl, amaury.forgeotdarc, belopolsky, benjamin.peterson
2008-04-16 19:40:12pitrousetspambayes_score: 0.773682 -> 0.773682
messageid: <1208374812.41.0.631979191559.issue2603@psf.upfronthosting.co.za>
2008-04-16 19:40:10pitroulinkissue2603 messages
2008-04-16 19:40:10pitroucreate