Skip to content

Update Python2 print commands left in comments and docs#2128

Merged
mhammond merged 4 commits intomhammond:mainfrom
Avasam:Update-Python2-print-commands-left-in-comments-and-docs
Nov 1, 2023
Merged

Update Python2 print commands left in comments and docs#2128
mhammond merged 4 commits intomhammond:mainfrom
Avasam:Update-Python2-print-commands-left-in-comments-and-docs

Conversation

@Avasam
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
@mhammond
Copy link
Copy Markdown
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