Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions 13 Doc/whatsnew/3.15.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1207,6 +1207,19 @@ http.server
(Contributed by Anton I. Sipos in :gh:`135057`.)


importlib.metadata
------------------

* Previously, when accessing a distribution metadata directory not
containing a metadata file, ``metadata()`` and ``Distribution.metadata()``
would return an empty ``PackageMetadata`` object as if the file
was present but empty. Now, a ``MetadataNotFound`` exception is raised.
See `importlib_metadata#493 <https://github.com/python/importlib_metadata/issues/493>`_
for background and rationale and and :gh:`143387` for rationale on the
compatibility concerns.
(Contributed by Jason R. Coombs.)


inspect
-------

Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.