cpython/Lib/packaging
Victor Stinner cfd365b937 Issue #10419, issue #6011: port 6ad356525381 fix from distutils to packaging
build_scripts command of packaging now handles correctly non-ASCII path (path
to the Python executable). Open and write the script in binary mode, but ensure
that the shebang is decodable from UTF-8 and from the encoding of the script.
2011-05-19 15:18:36 +02:00
..
command Issue #10419, issue #6011: port 6ad356525381 fix from distutils to packaging 2011-05-19 15:18:36 +02:00
compiler make sure split() is called before the encoding 2011-05-19 13:59:45 +02:00
pypi
tests packaging: don't use locale encoding to compute MD5 checksums 2011-05-19 15:09:57 +02:00
__init__.py
_trove.py
compat.py
config.py
create.py packaging: don't use locale encoding to compute MD5 checksums 2011-05-19 15:09:57 +02:00
database.py
depgraph.py
dist.py
errors.py
fancy_getopt.py
install.py
manifest.py
markers.py
metadata.py
resources.py
run.py
util.py
version.py