From: Stefan Krah Date: Wed, 22 Aug 2012 17:28:12 +0000 (+0200) Subject: Use zero bottom margin. X-Git-Tag: v3.3.0rc1~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17183a2972e8981c0d0ca2d599b6e08fc662fc28;p=thirdparty%2FPython%2Fcpython.git Use zero bottom margin. --- diff --git a/Modules/_decimal/tests/bignum.py b/Modules/_decimal/tests/bignum.py index 9e9e769b657f..a67e161ddf09 100644 --- a/Modules/_decimal/tests/bignum.py +++ b/Modules/_decimal/tests/bignum.py @@ -40,6 +40,3 @@ h1 = xhash(coeff, -849999999) h2 = hash(d) assert h2 == h1 - - -