Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-39586: Deprecate distutils bdist_msi command #18415

Merged
merged 1 commit into from
Feb 10, 2020

Conversation

hugovk
Copy link
Member

@hugovk hugovk 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

codecov bot 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 Files Coverage Δ
Lib/idlelib/colorizer.py 85.78% <0.00%> (-1.02%) ⬇️
Lib/_weakrefset.py 59.18% <0.00%> (-0.69%) ⬇️
Lib/test/test_queue.py 93.33% <0.00%> (-0.45%) ⬇️
Lib/test/test_random.py 96.78% <0.00%> (-0.31%) ⬇️
Lib/asyncio/base_events.py 81.86% <0.00%> (-0.10%) ⬇️
Lib/test/test_io.py 94.85% <0.00%> (-0.07%) ⬇️
Lib/idlelib/squeezer.py 93.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.

@vstinner vstinner merged commit 29b3fc0 into python:master Feb 10, 2020
@hugovk hugovk deleted the deprecate-msi branch February 10, 2020 13:30
Sign up for free to 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