mhammond / pywin32

Python for Windows (pywin32) Extensions
4.9k stars 783 forks source link

adodbapi: Remove redundant `str` and `repr` calls, preferring `!r` formatting marker #2276

Closed Avasam closed 3 weeks ago

Avasam commented 3 weeks ago

Adodbapi version of #2272

As title says:

Expecting a few slight behaviour changes: " vs ' in some strings where it should not matter, especially in traces, logs, debugging, tests, etc.