Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-82874: Convert remaining importlib format uses to f-str.#98005
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Other than the one error, looks okay to me.
Uh oh!
There was an error while loading.Please reload this page.
bedevere-bot commentedOct 7, 2022
When you're done making the requested changes, leave the comment: |
* main:pythongh-86298: Ensure that __loader__ and __spec__.loader agree in warnings.warn_explicit() (pythonGH-97803)pythongh-82874: Convert remaining importlib format uses to f-str. (python#98005) Docs: Fix backtick errors found by sphinx-lint (python#97998)pythongh-97850: Remove deprecated functions from `importlib.utils` (python#97898) Remove extra spaces in custom openSSL documentation. (python#93568)pythonGH-90985: Revert "Deprecate passing a message into cancel()" (python#97999)
I cherry-picked this topython/importlib_resources@222aaed5. |
Uh oh!
There was an error while loading.Please reload this page.
Converts the remaining importlib
str.format()
uses to f-strings.