]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934). (GH-11001)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 6 Dec 2018 21:00:39 +0000 (23:00 +0200)
committerGitHub <noreply@github.com>
Thu, 6 Dec 2018 21:00:39 +0000 (23:00 +0200)
commit7a2cf1e7d3bf300e98c702589d405734f4a8fcf8
tree1b6c0f0082fb50b948c6e6e1aa91e5f9cd6e0852
parent3f0e8e225e2275d22c4bd2e8f8f212b6a8b849aa
bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934). (GH-11001)

(cherry picked from commit 42b1d6127bd8595522a78a75166ebb9fba74a6a2)
Lib/idlelib/debugger_r.py
Lib/ssl.py
Lib/test/test_ssl.py