commit | adf24bd835ed8f76dcc51aa98c8c54275e86965b | [log] [tgz] |
---|---|---|
author | Zackery Spytz <zspytz@gmail.com> | Fri Apr 16 17:13:38 2021 -0600 |
committer | GitHub <noreply@github.com> | Fri Apr 16 16:13:38 2021 -0700 |
tree | ab1868c0648053601636127f2165735215d38f8d | |
parent | 7c29ae1f0585378dba4d220a2c0fb5dd49fdab3e [diff] |
bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25445) Use a versionadded directive to generate the text "New in version 3.8." (to match with the documentation of other modules). Automerge-Triggered-By: GH:jaraco