projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4a1880
)
supers(): typo -- "if verify" should be "if verbose".
author
Guido van Rossum
<guido@python.org>
Fri, 24 Aug 2001 17:07:20 +0000
(17:07 +0000)
committer
Guido van Rossum
<guido@python.org>
Fri, 24 Aug 2001 17:07:20 +0000
(17:07 +0000)
Lib/test/test_descr.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_descr.py
b/Lib/test/test_descr.py
index a79353fa9b239e1755fa5ae56746977860ff8b4a..054dd8710f1cbdb82cd469d453655b19f9e08ae9 100644
(file)
--- a/
Lib/test/test_descr.py
+++ b/
Lib/test/test_descr.py
@@
-1093,7
+1093,7
@@
def getsets():
## verify(not hasattr(a, "x"))
def supers():
- if ver
ify
: print "Testing super..."
+ if ver
bose
: print "Testing super..."
class A(object):
def meth(self, a):