-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
3.13 copy.replace
isn't in __all__
#121300
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
Comments
Nice catch: |
Hello! |
Will do! Thanks for catching @JelleZijlstra! |
Sure, this is an oversight. |
Do you want a separate PR here (adding it to the module docstring)? Or can add it into the existing one I have. |
Adding it to the module docstring is also a good idea. You can include this in your PR or create a separate PR if you wish. |
Let me just do that in the current PR, I'm also going to add a test case. |
(cherry picked from commit 7c66906) Co-authored-by: Max Muoto <[email protected]>
Thanks! |
Bug report
Bug description:
copy.replace
isn't exported as a part of__all__
in thecopy
module. 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
replace
tocopy.__all__
#121302__all__
to includecopy.replace
#121304replace
tocopy.__all__
(GH-121302) #121337The text was updated successfully, but these errors were encountered: