diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-12-30 22:24:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-30 22:24:27 (GMT) |
commit | ec941568bdb25e164a87a23cf1b8870ac047b4e3 (patch) | |
tree | 5a0a00c2ae044dfe318b9e25676998d2bed564d0 /Misc/NEWS.d/next/IDLE | |
parent | fcaf14cd9179bb48850f8f81ce8d5cee28129745 (diff) | |
download | cpython-ec941568bdb25e164a87a23cf1b8870ac047b4e3.zip cpython-ec941568bdb25e164a87a23cf1b8870ac047b4e3.tar.gz cpython-ec941568bdb25e164a87a23cf1b8870ac047b4e3.tar.bz2 |
bpo-34118: memoryview, range, and tuple are classes (GH-17761)
Tag memoryview, range, and tuple as classes, the same as list, etcetera, in
the library manual built-in functions list.
(cherry picked from commit ee9ff05ec22ecd47dbffdd361967ccd55963dad2)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2019-12-30-16-44-07.bpo-34118.FaNW0a.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-12-30-16-44-07.bpo-34118.FaNW0a.rst b/Misc/NEWS.d/next/IDLE/2019-12-30-16-44-07.bpo-34118.FaNW0a.rst new file mode 100644 index 0000000..ce95eb5 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2019-12-30-16-44-07.bpo-34118.FaNW0a.rst @@ -0,0 +1,2 @@ +Tag memoryview, range, and tuple as classes, the same as list, etcetera, in +the library manual built-in functions list. |