diff options
author | Dong-hee Na <donghee.na92@gmail.com> | 2018-06-08 03:46:31 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2018-06-08 03:46:31 (GMT) |
commit | 4aa3006619392438b0775a2f488bbe9e7a22c468 (patch) | |
tree | 170e855055da5cd7779432234cdb2085a0b5f685 /Misc | |
parent | ee994d7443a7e2809a5d49bd3679fc9c451a411b (diff) | |
download | cpython-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.rst | 1 |
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 |