summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2019-03-26 09:26:33 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-03-26 09:26:33 (GMT)
commit871309c775fd4d72048bfaa31affd54f9934f7dd (patch)
tree74a8d1910e61d82b91bf5a0d16de147a6f5a5588 /Misc
parentb4d8f28a8af4f35c951c13a5c29630d1fb401105 (diff)
downloadcpython-871309c775fd4d72048bfaa31affd54f9934f7dd.zip
cpython-871309c775fd4d72048bfaa31affd54f9934f7dd.tar.gz
cpython-871309c775fd4d72048bfaa31affd54f9934f7dd.tar.bz2
bpo-36433: fix confusing error messages in classmethoddescr_call (GH-12556)
https://bugs.python.org/issue36433
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2019-03-26-17-23-02.bpo-36433.-8XzZf.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-03-26-17-23-02.bpo-36433.-8XzZf.rst b/Misc/NEWS.d/next/Core and Builtins/2019-03-26-17-23-02.bpo-36433.-8XzZf.rst
new file mode 100644
index 0000000..6d1bd28
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2019-03-26-17-23-02.bpo-36433.-8XzZf.rst
@@ -0,0 +1 @@
+Fixed TypeError message in classmethoddescr_call.