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 georg.brandl
Recipients Jonathan.Livni, georg.brandl
Date 2011-02-16.08:40:00
SpamBayes Score 0.00035365266
Marked as misclassified No
Message-id <1297845602.65.0.873758111173.issue11221@psf.upfronthosting.co.za>
In-reply-to
Content
It's not easy to reproduce this without the full list of decimals.

Do you have a nonstandard decimal Context set?

What is the result if you put the LC into a function, i.e.

def f(L):
    return [(x<=y) for x,y in zip(L, L[1:])]

print all(f(L))
History
Date User Action Args
2011-02-16 08:40:02georg.brandlsetrecipients: + georg.brandl, Jonathan.Livni
2011-02-16 08:40:02georg.brandlsetmessageid: <1297845602.65.0.873758111173.issue11221@psf.upfronthosting.co.za>
2011-02-16 08:40:00georg.brandllinkissue11221 messages
2011-02-16 08:40:00georg.brandlcreate