Commit 45b8841
fix
- apply PEP 503 normalization to the extracted names
(e.g.: `zope..inter_face-4.2.dist-info` must yield
the name `zope_inter_face`)
`entry_points(…)` can yield the entry-points
of a shadowed distribution. For example: with a version of `mypkg`
in the system' site-packages directory when working from another
development checkout of the same package (with a `mypkg.egg-info`
directory mishandled by the first bug).PathDistribution._normalized_name implementation1 parent 6eb6f71 commit 45b8841
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
956 | 956 | | |
957 | 957 | | |
958 | 958 | | |
959 | | - | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
960 | 963 | | |
961 | 964 | | |
962 | 965 | | |
| |||
0 commit comments