[Python-checkins] cpython: Remove incorrect comment

michael.foord python-checkins at python.org
Sat Apr 21 19:33:06 CEST 2012


http://hg.python.org/cpython/rev/d7c8914a9c4d
changeset:   76448:d7c8914a9c4d
user:        Michael Foord <michael at voidspace.org.uk>
date:        Sat Apr 21 18:32:56 2012 +0100
summary:
  Remove incorrect comment

files:
  Lib/unittest/mock.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/unittest/mock.py b/Lib/unittest/mock.py
--- a/Lib/unittest/mock.py
+++ b/Lib/unittest/mock.py
@@ -83,7 +83,6 @@
         # C function / method, possibly inherited object().__init__
         return
 
-    # not using annotations
     regargs, varargs, varkw, defaults, kwonly, kwonlydef, ann = argspec
 
 

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


More information about the Python-checkins mailing list