]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typo in exception name (UnimplementedError should be
authorGuido van Rossum <guido@python.org>
Sun, 15 Apr 2001 13:06:04 +0000 (13:06 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 15 Apr 2001 13:06:04 +0000 (13:06 +0000)
commitb8b45eac7118cdfb8b9f87c31718023fe5ed29e1
tree8d1190c381eaccc9ce2bf91e8139e0f69be650fa
parent74cde5bb3eea5187b199454ab275fe7cbb6e69b6
Fix typo in exception name (UnimplementedError should be
NotImplementedError) found by Neil Norwitz's PyChecker.
Lib/smtpd.py