-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apply changes from importlib_metadata for Python 3.13 #113174
Comments
jaraco
added a commit
that referenced
this issue
Dec 21, 2023
* Sync with importlib_metadata 7.0.0 * Add blurb * Update docs to reflect changes. * Link datamodel docs for object.__getitem__ Co-authored-by: Alex Waygood <[email protected]> * Add what's new for removed __getattr__ * Link datamodel docs for object.__getitem__ Co-authored-by: Alex Waygood <[email protected]> * Add exclamation point, as that seems to be used for other classes. --------- Co-authored-by: Alex Waygood <[email protected]>
Closing for now. Will re-open if additional changes are added to importlib_metadata for 3.13. |
jaraco
added a commit
to python/importlib_metadata
that referenced
this issue
Dec 21, 2023
ryan-duve
pushed a commit
to ryan-duve/cpython
that referenced
this issue
Dec 26, 2023
* Sync with importlib_metadata 7.0.0 * Add blurb * Update docs to reflect changes. * Link datamodel docs for object.__getitem__ Co-authored-by: Alex Waygood <[email protected]> * Add what's new for removed __getattr__ * Link datamodel docs for object.__getitem__ Co-authored-by: Alex Waygood <[email protected]> * Add exclamation point, as that seems to be used for other classes. --------- Co-authored-by: Alex Waygood <[email protected]>
clrpackages
pushed a commit
to clearlinux-pkgs/pypi-importlib_metadata
that referenced
this issue
Dec 26, 2023
…0.0 to version 7.0.1 Jason R. Coombs (13): Update Github Actions badge per actions/starter-workflows#1525. Remove using documentation and instead point users to the stdlib docs. Closes #466. Fix typo in doc Rely on keyword-only argument for context. Expand the docstring for read_text Rely on read_text and read_bytes from located paths. Corrected the interface for SimplePath to encompass the expectations of locate_file and PackagePath. Include _meta in docs to fix doc build failures. Refine SimplePath to allow for os.PathLike on input and SimplePath on output. Inline os.PathLike using future annotations. Add Python 3.13 to compatibility matrix. Ref python/cpython#113174. Fixed type annotations to allow strings. Finalize
kulikjak
pushed a commit
to kulikjak/cpython
that referenced
this issue
Jan 22, 2024
* Sync with importlib_metadata 7.0.0 * Add blurb * Update docs to reflect changes. * Link datamodel docs for object.__getitem__ Co-authored-by: Alex Waygood <[email protected]> * Add what's new for removed __getattr__ * Link datamodel docs for object.__getitem__ Co-authored-by: Alex Waygood <[email protected]> * Add exclamation point, as that seems to be used for other classes. --------- Co-authored-by: Alex Waygood <[email protected]>
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
* Sync with importlib_metadata 7.0.0 * Add blurb * Update docs to reflect changes. * Link datamodel docs for object.__getitem__ Co-authored-by: Alex Waygood <[email protected]> * Add what's new for removed __getattr__ * Link datamodel docs for object.__getitem__ Co-authored-by: Alex Waygood <[email protected]> * Add exclamation point, as that seems to be used for other classes. --------- Co-authored-by: Alex Waygood <[email protected]>
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
* Sync with importlib_metadata 7.0.0 * Add blurb * Update docs to reflect changes. * Link datamodel docs for object.__getitem__ Co-authored-by: Alex Waygood <[email protected]> * Add what's new for removed __getattr__ * Link datamodel docs for object.__getitem__ Co-authored-by: Alex Waygood <[email protected]> * Add exclamation point, as that seems to be used for other classes. --------- Co-authored-by: Alex Waygood <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This bug tracks merging changes in importlib_metadata for Python 3.13.
Linked PRs
The text was updated successfully, but these errors were encountered: