Kaydet (Commit) e7bd876f authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Message for NameError has changed

üst 71390a9a
......@@ -3090,7 +3090,7 @@ ZeroDivisionError: integer division or modulo
>>> 4 + spam*3
Traceback (most recent call last):
File "<stdin>", line 1, in ?
NameError: spam
NameError: name 'spam' is not defined
>>> '2' + 2
Traceback (most recent call last):
File "<stdin>", line 1, in ?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment