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 paul.moore
Recipients paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-01-07.22:36:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515364606.68.0.467229070634.issue32507@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, so we're talking here about bundling the ucrt installers and then if the user doesn't already have ucrt installed system wide, we will install a local copy, but if they do, we don't do anything? If we install a local copy, then it'll be used until the user installs a system copy, at which point the local copy remains but gets ignored, correct? That seems OK, although I can see a local copy that's not used being confusing - but it's for very few users so no real issue.

I'm not sure what you're saying for venv/virtualenv though? Presumably they will need to copy the local copy if it's present, but that local copy will be ignored if there's a system copy?
History
Date User Action Args
2018-01-07 22:36:46paul.mooresetrecipients: + paul.moore, tim.golden, zach.ware, steve.dower
2018-01-07 22:36:46paul.mooresetmessageid: <1515364606.68.0.467229070634.issue32507@psf.upfronthosting.co.za>
2018-01-07 22:36:46paul.moorelinkissue32507 messages
2018-01-07 22:36:46paul.moorecreate