FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-82874: Convert remaining importlib format uses to f-str. by gpshead · Pull Request #98005 · python/cpython · GitHub

/ cpython Public

gh-82874: Convert remaining importlib format uses to f-str. - #98005

Merged
gpshead merged 2 commits into
python:mainfrom
gpshead:more-importlib-f-yes
Oct 7, 2022
Merged

gh-82874: Convert remaining importlib format uses to f-str.#98005
gpshead merged 2 commits into
python:mainfrom
gpshead:more-importlib-f-yes

Conversation

gpshead commented Oct 7, 2022
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

Converts the remaining importlib str.format() uses to f-strings.

gpshead added stdlib Standard Library Python modules in the Lib/ directory topic-importlib labels Oct 7, 2022
gpshead requested a review from ericvsmith October 7, 2022 00:22
gpshead changed the title Convert remaining importlib format uses to f-str. gh-82874: Convert remaining importlib format uses to f-str. Oct 7, 2022
gpshead marked this pull request as ready for review October 7, 2022 00:41
Comment thread Lib/importlib/__init__.py Outdated

ericvsmith left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Other than the one error, looks okay to me.

Comment thread Lib/importlib/__init__.py Outdated

Copy link
Copy Markdown

When you're done making the requested changes, leave the comment: I have made the requested changes; please review again.

gpshead merged commit 27369ef into python:main Oct 7, 2022
gpshead deleted the more-importlib-f-yes branch October 7, 2022 01:27
carljm added a commit to carljm/cpython that referenced this pull request Oct 8, 2022
* 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)
mpage pushed a commit to mpage/cpython that referenced this pull request Oct 11, 2022

jaraco commented Dec 29, 2022

Copy link
Copy Markdown
Member

I cherry-picked this to python/importlib_resources@222aaed5.

jaraco pushed a commit to jaraco/cpython that referenced this pull request Feb 17, 2023
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

Labels

stdlib Standard Library Python modules in the Lib/ directory topic-importlib

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL