summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDong-hee Na <donghee.na92@gmail.com>2018-06-08 03:46:31 (GMT)
committerYury Selivanov <yury@magic.io>2018-06-08 03:46:31 (GMT)
commit4aa3006619392438b0775a2f488bbe9e7a22c468 (patch)
tree170e855055da5cd7779432234cdb2085a0b5f685 /Misc
parentee994d7443a7e2809a5d49bd3679fc9c451a411b (diff)
downloadcpython-4aa3006619392438b0775a2f488bbe9e7a22c468.zip
cpython-4aa3006619392438b0775a2f488bbe9e7a22c468.tar.gz
cpython-4aa3006619392438b0775a2f488bbe9e7a22c468.tar.bz2
bpo-33197: Add description property for _ParameterKind. (GH-7206)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-05-30-00-26-05.bpo-33197.XkE2kL.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-05-30-00-26-05.bpo-33197.XkE2kL.rst b/Misc/NEWS.d/next/Library/2018-05-30-00-26-05.bpo-33197.XkE2kL.rst
new file mode 100644
index 0000000..e6f7ac3
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-05-30-00-26-05.bpo-33197.XkE2kL.rst
@@ -0,0 +1 @@
+Add description property for _ParameterKind