Skip to content
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

Update Python2 print commands left in comments and docs #2128

Conversation

Avasam
Copy link
Collaborator

@Avasam Avasam commented Sep 22, 2023

This was missed in #1990 because these are all in comments and documentation. There are no runtime change in this PR.
It's possible some of these change aren't perfectly accurate, but I think any misshap should be easily fixable by whoever needs to uncomment that code.

@Avasam Avasam force-pushed the Update-Python2-print-commands-left-in-comments-and-docs branch from 74ee25d to 5b859ae Compare September 22, 2023 03:31
@vernondcole
Copy link
Collaborator

Those changes I see in adodbapi are all okay. I have no objection to the PR.

# assert retvalues[0] == "Dodsworth", '%s is not "Dodsworth"' % repr(retvalues[0])
# assert retvalues[1] == "Anne", '%s is not "Anne"' % repr(retvalues[1])
# assert retvalues[2] == "DodsworthAnne", '%s is not "DodsworthAnne"' % repr(
# retvalues[2]
Copy link
Collaborator Author

@Avasam Avasam Sep 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Larger changes like these come from simply uncommenting, fixing the print, running black on the file, re-commenting

…e-Python2-print-commands-left-in-comments-and-docs
…e-Python2-print-commands-left-in-comments-and-docs
…e-Python2-print-commands-left-in-comments-and-docs
@mhammond mhammond merged commit 4025d76 into mhammond:main Nov 1, 2023
16 checks passed
@mhammond
Copy link
Owner

mhammond commented Nov 1, 2023

Thanks!

@Avasam Avasam deleted the Update-Python2-print-commands-left-in-comments-and-docs branch November 1, 2023 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants