This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients dstufft, eric.araujo, mgedmin, paul.moore, python-dev, steve.dower, tim.golden, zach.ware
Date 2015-10-05.17:35:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20151005173544.55476.27033@psf.io>
In-reply-to
Content
New changeset a2016b29762c by Steve Dower in branch '3.5':
Issue #25316: distutils raises OSError instead of DistutilsPlatformError when MSVC is not installed.
https://hg.python.org/cpython/rev/a2016b29762c

New changeset 07161dd8a078 by Steve Dower in branch 'default':
Issue #25316: distutils raises OSError instead of DistutilsPlatformError when MSVC is not installed.
https://hg.python.org/cpython/rev/07161dd8a078
History
Date User Action Args
2015-10-05 17:35:48python-devsetrecipients: + python-dev, paul.moore, mgedmin, tim.golden, eric.araujo, zach.ware, steve.dower, dstufft
2015-10-05 17:35:48python-devlinkissue25316 messages
2015-10-05 17:35:47python-devcreate