[Python-checkins] cpython: remove pointless change

benjamin.peterson python-checkins at python.org
Sat Apr 13 23:20:42 CEST 2013


http://hg.python.org/cpython/rev/eeb5917a6455
changeset:   83316:eeb5917a6455
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Apr 13 17:20:36 2013 -0400
summary:
  remove pointless change

files:
  Lib/test/test_descr.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py
--- a/Lib/test/test_descr.py
+++ b/Lib/test/test_descr.py
@@ -1743,7 +1743,7 @@
             return b"hello"
         def empty_seq(self):
             return []
-        def zero(self, other=None):
+        def zero(self):
             return 0
         def complex_num(self):
             return 1j

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


More information about the Python-checkins mailing list