]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Factor out the distribution file-system safe name functions from install_distinfo...
authorJeremy Kloth <jeremy.kloth@gmail.com>
Mon, 12 Sep 2011 17:12:42 +0000 (11:12 -0600)
committerJeremy Kloth <jeremy.kloth@gmail.com>
Mon, 12 Sep 2011 17:12:42 +0000 (11:12 -0600)
commitaa2b442bdccf68c191a0023084b1160804fb5e4c
tree6e6b9ade0d959ea36e21fa72d1f308215e7fc80c
parent4c3124c2b94add8cc168ebe29aa47f0f7326d7d8
Factor out the distribution file-system safe name functions from install_distinfo to allow all metadata consumers access to them.
Lib/packaging/command/install_distinfo.py
Lib/packaging/dist.py
Lib/packaging/metadata.py