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 ncoghlan, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-01-19.17:51:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484848262.11.0.484701440326.issue29319@psf.upfronthosting.co.za>
In-reply-to
Content
Nice! Thanks for finding this. I don't suppose there's any chance this would qualify as a bugfix for 3.6.1? I've been holding off on working on https://github.com/pfmoore/pylaunch until 3.6 because 3.5 doesn't handle being in a subdirectory very well. It'd be a shame if this meant I could only really support 3.7+

But it is a pretty minor use case, so I'll live either way.

FWIW, I'm inclined to think we shouldn't be blindly overwriting things, at the very least we should check that what we're overwriting is what we expect. But my knowledge of this part of the interpreter is pretty much zero, so I'll defer to the experts.
History
Date User Action Args
2017-01-19 17:51:02paul.mooresetrecipients: + paul.moore, ncoghlan, tim.golden, zach.ware, steve.dower
2017-01-19 17:51:02paul.mooresetmessageid: <1484848262.11.0.484701440326.issue29319@psf.upfronthosting.co.za>
2017-01-19 17:51:02paul.moorelinkissue29319 messages
2017-01-19 17:51:02paul.moorecreate