-
-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Improve the repr of partialmethod #121025
Copy link
Copy link
Closed
Labels
3.12only security fixesonly security fixes3.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
Metadata
Metadata
Assignees
Labels
3.12only security fixesonly security fixes3.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
The repr of
partialmethodobject contains redundant commas and spaces. Compare it with the repr ofpartial:cc @dg-pb @rhettinger
Linked PRs
partialmethod.__repr__#121033