tests/test-issue1438.out
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Wed, 17 Feb 2010 11:00:48 +0100
branchstable
changeset 10491 d7e582cab6b6
parent 7783 2c5b2abfb8be
permissions -rw-r--r--
http: len(x) fails if it doesn't fit into an int, use __len__() instead len(x) raises OverflowError if it's bigger than 2**31-1, we need to call __len__() ourself instead.

1 files updated, 0 files merged, 0 files removed, 0 files unresolved
applying bad.patch
R link
? bad.patch