Changed string formatting to f-strings by mrKazzila · Pull Request #8043 · python-pillow/Pillow
Navigation Menu
{{ message }}
python-pillow / Pillow Public
- Notifications You must be signed in to change notification settings
- Fork 2.4k
Merged
radarhere merged 3 commits intopython-pillow:mainfrom
mrKazzila:tmp/pr/move_to_f_str
May 5, 2024Merged
Changed string formatting to f-strings#8043
radarhere merged 3 commits intopython-pillow:mainfrom
mrKazzila:tmp/pr/move_to_f_str
Changed string formatting to f-strings#8043
radarhere merged 3 commits intopython-pillow:mainfrom
mrKazzila:tmp/pr/move_to_f_str
Conversation
Copy link Copy Markdown
Contributor
mrKazzila
commented
May 4, 2024
mrKazzila
commented
Changes proposed in this pull request:
- Changed string formatting method to f-strings
- Updated
__repr__method for PdfName class fromf"PdfName({repr(self.name)})"tof"{self.__class__.__name__}({repr(self.name)})"
mrKazzila and others added 3 commits
May 4, 2024 19:21Copy link Copy Markdown
Member
aclark4life
commented
May 4, 2024
aclark4life commented
May 4, 2024Ambitious!
radarhere approved these changes May 5, 2024
nulano approved these changes May 5, 2024
radarhere
merged commit
93ca52f
into
python-pillow:main
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment