-
-
Notifications
You must be signed in to change notification settings - Fork 35.7k
3.13 copy.replace isn't in __all__ #121300
Copy link
Copy link
Closed
Labels
3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixestype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Activity
Metadata
Metadata
Assignees
Labels
3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixestype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Bug report
Bug description:
copy.replaceisn't exported as a part of__all__in thecopymodule. This seemed liked an oversight, as opposed to being intentional, but feel free to close this issue if not.CPython versions tested on:
3.13
Operating systems tested on:
No response
Linked PRs
replacetocopy.__all__#121302__all__to includecopy.replace#121304replacetocopy.__all__(GH-121302) #121337