Conversation
|
@hugovk I made a change to the news fragment and I've changed the test in two ways:
Let me know if you disagree with these changes, otherwise I'll go ahead and squash my fixup commits into your commits and merge. |
|
Thanks, both look good! Do you use some tool for fixing up (I noticed the "fixup! XXX" comments), or just vanilla Git? |
cc1b53c to
8487f1a
Compare
This is vanilla git, you can use There is a fancy tool that I've been starting to use lately (I got hooked on it when using This will automatically determine what parts of whatever you've staged belongs with what commits and create fixup commits for it. Very handy for my workflow. |
Deprecate bdist_wininst
For #1988.
Already deprecated in CPython 3.8's
distutils.The deprecation method, message and tests are modelled on the recent #1764 (deprecate "eggsecutable" scripts).
I had a go at the other bdists mentioned in #1988, but had a hard time with the tests, so here's just one to be getting on with.
Pull Request Checklist