-
Notifications
You must be signed in to change notification settings - Fork 809
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
Remove redundant str()
calls and prefer !r
marker for repr
in formatting
#2272
Remove redundant str()
calls and prefer !r
marker for repr
in formatting
#2272
Conversation
7534c57
to
5f60c7d
Compare
!r
marker for repr in formattingstr()
callsand prefer !r
marker for repr
in formatting
str()
callsand prefer !r
marker for repr
in formattingstr()
calls and prefer !r
marker for repr
in formatting
5f60c7d
to
7604677
Compare
Edits in adodbapi subsystem look great. Will this merge cleanly with the adodbapi branch? I suspect that it will. |
Hi @vernondcole ! I meant to split adodbapi changes as I usually do to make it easier for you and Mark to review without depending on each other! I'll go and split this off right now.
Maybe, maybe not, but I'm usually pretty quick about fixing any conflict. You can merge any current adodbapi PR in any order you want. Edit: There you go: #2276 |
7604677
to
4813391
Compare
111ce60
to
a99a772
Compare
…marker-and-redundant-str-coercion
…marker-and-redundant-str-coercion
This commit introduced a bug in genpy.py which will be fixed by #2461. I'm mildly surprised that it passed the tests. |
As title says:
{!r}
overrepr
str()
andrepr()
Will also reduce changes in #2223
Expecting a few slight behaviour changes:
"
vs'
in some strings where it should not matter, especially in traces, logs, debugging, tests, etc.