Completed first draft.

This commit is contained in:
Guido van Rossum 1997-08-26 00:08:51 +00:00
parent 910105515e
commit 0cdb887676
4 changed files with 470 additions and 21 deletions

View file

@ -107,7 +107,7 @@ def _test():
assert Result > arg
x = C()
x.m1(12)
x.m1(-1)
## x.m1(-1)
if __name__ == '__main__':
_test()