Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-34118: memoryview, range, and tuple are classes #17761

Merged
merged 2 commits into from Dec 30, 2019

Conversation

@terryjreedy
Copy link
Member

terryjreedy commented Dec 30, 2019

Tag memoryview, range, and tuple as classes, the same as list, etcetera, in
the library manual built-in functions list.

https://bugs.python.org/issue34118

@terryjreedy terryjreedy self-assigned this Dec 30, 2019
@terryjreedy terryjreedy merged commit ee9ff05 into python:master Dec 30, 2019
5 checks passed
5 checks passed
Docs
Details
Azure Pipelines PR #20191230.32 succeeded
Details
bedevere/issue-number Issue number 34118 found
Details
bedevere/news News entry found in Misc/NEWS.d
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@terryjreedy terryjreedy deleted the terryjreedy:buclass branch Dec 30, 2019
@miss-islington

This comment has been minimized.

Copy link

miss-islington commented Dec 30, 2019

Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8.
🐍🍒🤖

@miss-islington

This comment has been minimized.

Copy link

miss-islington commented Dec 30, 2019

Sorry @terryjreedy, I had trouble checking out the 3.8 backport branch.
Please backport using cherry_picker on command line.
cherry_picker ee9ff05ec22ecd47dbffdd361967ccd55963dad2 3.8

@bedevere-bot

This comment has been minimized.

Copy link

bedevere-bot commented Dec 30, 2019

GH-17762 is a backport of this pull request to the 3.7 branch.

miss-islington added a commit to miss-islington/cpython that referenced this pull request Dec 30, 2019
Tag memoryview, range, and tuple as classes, the same as list, etcetera, in
the library manual built-in functions list.
(cherry picked from commit ee9ff05)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@miss-islington

This comment has been minimized.

Copy link

miss-islington commented Dec 30, 2019

Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒🤖

@bedevere-bot

This comment has been minimized.

Copy link

bedevere-bot commented Dec 30, 2019

GH-17763 is a backport of this pull request to the 3.8 branch.

miss-islington added a commit that referenced this pull request Dec 30, 2019
Tag memoryview, range, and tuple as classes, the same as list, etcetera, in
the library manual built-in functions list.
(cherry picked from commit ee9ff05)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
miss-islington added a commit that referenced this pull request Dec 30, 2019
Tag memoryview, range, and tuple as classes, the same as list, etcetera, in
the library manual built-in functions list.
(cherry picked from commit ee9ff05)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants
You can’t perform that action at this time.