Skip to content

Use f string instead of percent formatting#120

Merged
dgarske merged 1 commit into
wolfSSL:masterfrom
roberthdevries:use-f-string-instead-of-percent-formatting
May 18, 2026
Merged

Use f string instead of percent formatting#120
dgarske merged 1 commit into
wolfSSL:masterfrom
roberthdevries:use-f-string-instead-of-percent-formatting

Conversation

@roberthdevries
Copy link
Copy Markdown
Contributor

@roberthdevries roberthdevries commented May 17, 2026

printf-style string formatting has a number of quirks, and leads to less
readable code than using str.format calls or f-strings.
In general, prefer the newer str.format and f-strings constructs over
printf-style string formatting.

printf-style string formatting has a number of quirks, and leads to less
readable code than using str.format calls or f-strings.
In general, prefer the newer str.format and f-strings constructs over
printf-style string formatting.
@roberthdevries roberthdevries force-pushed the use-f-string-instead-of-percent-formatting branch from 17e8d9f to 18701e3 Compare May 17, 2026 14:15
@dgarske dgarske self-requested a review May 18, 2026 03:12
Copy link
Copy Markdown
Member

@dgarske dgarske left a comment

Choose a reason for hiding this comment

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

Thank you @roberthdevries . Contributor agreement on file.

@dgarske dgarske merged commit f0c187a into wolfSSL:master May 18, 2026
2 checks passed
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