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 vstinner
Recipients abarry, ezio.melotti, r.david.murray, vstinner
Date 2016-05-17.22:37:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463524668.73.0.314246389098.issue27048@psf.upfronthosting.co.za>
In-reply-to
Content
>  File "E:\Python\3.5.0\lib\distutils\_msvccompiler.py", line 92, in _get_vc_env
>    universal_newlines=True,

This function was added in Python 3.5 by the issue #23970: "Adds distutils._msvccompiler for new Visual Studio versions." (VS 2015, I guess). The module distutils._msvccompiler doesn't exist in Python 3.5.
History
Date User Action Args
2016-05-17 22:37:48vstinnersetrecipients: + vstinner, ezio.melotti, r.david.murray, abarry
2016-05-17 22:37:48vstinnersetmessageid: <1463524668.73.0.314246389098.issue27048@psf.upfronthosting.co.za>
2016-05-17 22:37:48vstinnerlinkissue27048 messages
2016-05-17 22:37:48vstinnercreate