Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into pickle_copy
  • Loading branch information
skirpichev authored Oct 13, 2024
commit 7b6b57a68f299f496217b0d5edf8ef9b25d98f15
2 changes: 1 addition & 1 deletion Lib/copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class Error(Exception):

_NoValue = object()

__all__ = ["Error", "copy", "deepcopy"]
__all__ = ["Error", "copy", "deepcopy", "replace"]

def copy(x):
"""Shallow copy operation on arbitrary Python objects.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.