Skip to content

Conversation

@hugovk
Copy link
Member

@hugovkhugovk commented Feb 8, 2020

The distutils bdist_msi command is now deprecated, use bdist_wheel (wheel packages) instead.

Based on #14553, which was for bdist_wininst.

https://bugs.python.org/issue39586

@codecov
Copy link

codecovbot commented Feb 8, 2020

Codecov Report

Merging #18415 into master will increase coverage by 1.07%.
The diff coverage is n/a.

Impacted file tree graph

@@ Coverage Diff @@## master #18415 +/- ## =========================================== + Coverage 82.11% 83.19% +1.07%  =========================================== Files 1954 1570 -384 Lines 583588 414420 -169168 Branches 44428 44428 =========================================== - Hits 479240 344784 -134456 + Misses 94701 59991 -34710 + Partials 9647 9645 -2 
Impacted FilesCoverage Δ
Lib/idlelib/colorizer.py85.78% <0.00%> (-1.02%)⬇️
Lib/_weakrefset.py59.18% <0.00%> (-0.69%)⬇️
Lib/test/test_queue.py93.33% <0.00%> (-0.45%)⬇️
Lib/test/test_random.py96.78% <0.00%> (-0.31%)⬇️
Lib/asyncio/base_events.py81.86% <0.00%> (-0.10%)⬇️
Lib/test/test_io.py94.85% <0.00%> (-0.07%)⬇️
Lib/idlelib/squeezer.py93.23% <0.00%> (ø)⬆️
Objects/enumobject.c
Modules/expat/xmltok_impl.c
Modules/_decimal/libmpdec/bits.h
... and 386 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0edc2c7...2d65fc9. Read the comment docs.

@vstinnervstinner merged commit 29b3fc0 into python:masterFeb 10, 2020
@hugovkhugovk deleted the deprecate-msi branch February 10, 2020 13:30
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@hugovk@vstinner@the-knights-who-say-ni@bedevere-bot