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

Update documention of stdlib copy to clear that list can also be shallow copied via .copy() #131027

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NewUserHa
Copy link
Contributor

@NewUserHa NewUserHa commented Mar 9, 2025

Update documention of stdlib copy to clear that list can also be shallow copied via .copy()

a = [1,2]
b = a.copy()
b

this can work in recent versions of python


📚 Documentation preview 📚: https://cpython-previews--131027.org.readthedocs.build/

@bedevere-app bedevere-app bot added docs Documentation in the Doc dir skip news awaiting review labels Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review docs Documentation in the Doc dir skip news
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

1 participant