]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34118: memoryview, range, and tuple are classes (GH-17761)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 30 Dec 2019 22:22:24 +0000 (14:22 -0800)
committerGitHub <noreply@github.com>
Mon, 30 Dec 2019 22:22:24 +0000 (14:22 -0800)
commitc9c17cc933dcffb9ed7f03e3f791d8cfd7acc54a
tree9e58ff637f228edd7e4302b9f4c6de2f4ed7b387
parent296d45ec10fb55532bc3fac2311a3f91299ecf59
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>
Doc/library/functions.rst
Misc/NEWS.d/next/IDLE/2019-12-30-16-44-07.bpo-34118.FaNW0a.rst [new file with mode: 0644]