![](https://secure.gravatar.com/avatar/f3ba3ecffd20251d73749afbfa636786.jpg?s=120&d=mm&r=g)
On 10 September 2016 at 18:37, Wolfgang <tds333@mailbox.org> wrote:
Hi,
tracking the commit log I have noticed for Windows there was added a new feature which is very interesting and can also be useful for other platforms.
If I read it right it supports adding a sys.path text file near the executable to specify the Python sys.path variable and overwriting the default behavior.
While I'm all for adding ways to simplify CPython sys.path configuration, they shouldn't be added as implicit side effects of other changes without at least some discussion of the chosen approach. If there isn't time for that, and it's needed to solve a particular problem, then the underscore-prefix naming convention indicating "this is not a standardised and supported interface" works just as well for config files as it does for module and attribute names. Cheers, Nick. -- Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia