commit | da222b7cc804adb1508f806d7fc6a2e65b8423e8 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat Oct 30 08:32:14 2021 -0700 |
committer | GitHub <noreply@github.com> | Sat Oct 30 08:32:14 2021 -0700 |
tree | fe96df1c3fbe978ae48b1e9e7a446bdb1c7730f1 | |
parent | 7e2c0a18b41cb906a354776e6ca52af81e39820f [diff] |
Fix docs source link for importlib.metadata (GH-29025) The link broke for Python 3.10 since importlib.metadata was made from a module into a package I think this is trivial enough to not need a bpo issue. Automerge-Triggered-By: GH:jaraco (cherry picked from commit aae18a17401dc36917c0f64f971d60ab1a5b477e) Co-authored-by: Philipp A <flying-sheep@web.de>