cpython/Lib/packaging/command
Victor Stinner 4c9706bd27 package: replace open(fn, 'w').close() by open(fn, 'wb').close()
We don't need to open the files in text mode just to create them (or update
their modification time).
2011-05-19 15:52:59 +02:00
..
__init__.py
bdist.py
bdist_dumb.py
bdist_msi.py
bdist_wininst.py
build.py
build_clib.py
build_ext.py
build_py.py
build_scripts.py Issue #10419, issue #6011: port 6ad356525381 fix from distutils to packaging 2011-05-19 15:18:36 +02:00
check.py
clean.py
cmd.py
command_template
config.py packaging: use with open() instead of try/finally: close 2011-05-19 15:51:27 +02:00
install_data.py
install_dist.py
install_distinfo.py package: replace open(fn, 'w').close() by open(fn, 'wb').close() 2011-05-19 15:52:59 +02:00
install_headers.py
install_lib.py
install_scripts.py
register.py
sdist.py
test.py
upload.py
upload_docs.py packaging: use with open() instead of try/finally: close 2011-05-19 15:51:27 +02:00
wininst-6.0.exe
wininst-7.1.exe
wininst-8.0.exe
wininst-9.0-amd64.exe
wininst-9.0.exe
wininst-10.0-amd64.exe
wininst-10.0.exe