[Python-Dev] Re: Improvements to the sys.path initialization documentation

2022-03-04 Thread Russel Webber
g/dev/c-api/init_config.html#python-path-configuration > > I don't know if it would be possible to merge most of these > information at a single place to avoid oudated documentation. > > Victor > > On Wed, Mar 2, 2022 at 5:40 PM Russel Webber > wrote: > > >

[Python-Dev] Improvements to the sys.path initialization documentation

2022-03-02 Thread Russel Webber
Hi All, Steve Dower, Eryk Sun and I have been working on improving the documentation around how sys.path is initialised and therefore how Python modules are found. We're moving the details from https://docs.python.org/3.11/using/windows.html#finding-modules to a platform-agnostic new section in