]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34118: memoryview, range, and tuple are classes (GH-17761)
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 30 Dec 2019 22:16:43 +0000 (17:16 -0500)
committerGitHub <noreply@github.com>
Mon, 30 Dec 2019 22:16:43 +0000 (17:16 -0500)
commitee9ff05ec22ecd47dbffdd361967ccd55963dad2
treea0e82c8cf0748f4de4e500cd9781b68208924a7e
parentd9e561d23d994e3ed15f4fcbd7ee5c8fe50f190b
 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.
Doc/library/functions.rst
Misc/NEWS.d/next/IDLE/2019-12-30-16-44-07.bpo-34118.FaNW0a.rst [new file with mode: 0644]