[Python-checkins] cpython: Use zero bottom margin.

stefan.krah python-checkins at python.org
Wed Aug 22 19:34:45 CEST 2012


http://hg.python.org/cpython/rev/1b3f4a1004d3
changeset:   78708:1b3f4a1004d3
user:        Stefan Krah <skrah at bytereef.org>
date:        Wed Aug 22 19:28:12 2012 +0200
summary:
  Use zero bottom margin.

files:
  Modules/_decimal/tests/bignum.py |  3 ---
  1 files changed, 0 insertions(+), 3 deletions(-)


diff --git a/Modules/_decimal/tests/bignum.py b/Modules/_decimal/tests/bignum.py
--- a/Modules/_decimal/tests/bignum.py
+++ b/Modules/_decimal/tests/bignum.py
@@ -40,6 +40,3 @@
 h2 = hash(d)
 
 assert h2 == h1
-
-
-

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list