]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 6 Dec 2018 20:52:43 +0000 (12:52 -0800)
committerGitHub <noreply@github.com>
Thu, 6 Dec 2018 20:52:43 +0000 (12:52 -0800)
commit6485aa6eb1024672f08afdd577e2b5792eb6b03c
tree56d314bba51eb6f4305f401a9b1633bc26bc16dc
parent560fa4db17983ce37c1453c057901c627b2c3abc
bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934)

(cherry picked from commit 42b1d6127bd8595522a78a75166ebb9fba74a6a2)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/idlelib/debugger_r.py
Lib/ssl.py
Lib/test/test_ssl.py