diff options
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2018-09-12 17:54:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-12 17:54:06 (GMT) |
commit | 9dfa0fe587eae3626ffc973680c6a17f35de3864 (patch) | |
tree | b9bcea3d12dd609b45aafd333d72a8c05f5d053b /Misc/NEWS.d | |
parent | 0fb9fadd3b3e9e3698647e0b92d49b0b7aacd979 (diff) | |
download | cpython-9dfa0fe587eae3626ffc973680c6a17f35de3864.zip cpython-9dfa0fe587eae3626ffc973680c6a17f35de3864.tar.gz cpython-9dfa0fe587eae3626ffc973680c6a17f35de3864.tar.bz2 |
bpo-34637: Make the *start* argument for *sum()* visible as a keyword argument. (GH-9208)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2018-09-11-17-25-44.bpo-34637.HSLqY4.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-09-11-17-25-44.bpo-34637.HSLqY4.rst b/Misc/NEWS.d/next/Core and Builtins/2018-09-11-17-25-44.bpo-34637.HSLqY4.rst new file mode 100644 index 0000000..c22359c --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2018-09-11-17-25-44.bpo-34637.HSLqY4.rst @@ -0,0 +1 @@ +Make the *start* argument to *sum()* visible as a keyword argument. |