commit | ec941568bdb25e164a87a23cf1b8870ac047b4e3 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Dec 30 14:24:27 2019 -0800 |
committer | GitHub <noreply@github.com> | Mon Dec 30 14:24:27 2019 -0800 |
tree | 5a0a00c2ae044dfe318b9e25676998d2bed564d0 | |
parent | fcaf14cd9179bb48850f8f81ce8d5cee28129745 [diff] |
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>