Skip to content

Commit 0e40702

Browse files
committed
Add versionchanged and versionadded declarations for changes to metadata.
1 parent da4fb66 commit 0e40702

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Doc/library/importlib.metadata.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,13 @@ all the metadata in a JSON-compatible form per PEP 566::
176176
>>> wheel_metadata.json['requires_python']
177177
'>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*'
178178

179+
.. versionchanged:: 3.10
180+
The ``Description`` is now included in the metadata when presented
181+
through the payload. Line continuation characters have been removed.
182+
183+
.. versionadded:: 3.10
184+
The ``json`` attribute was added.
185+
179186

180187
.. _version:
181188

0 commit comments

Comments
 (0)