]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31582: Created a new documentation section describing sys.path initialization...
authorRussel Webber <24542073+RusselWebber@users.noreply.github.com>
Wed, 23 Mar 2022 17:29:40 +0000 (17:29 +0000)
committerGitHub <noreply@github.com>
Wed, 23 Mar 2022 17:29:40 +0000 (17:29 +0000)
commitc62b944dfc98911a5050389fa6ac753e283fee1f
treef6cf2c9b44bb5cc598b9f979da0994b8a4d59894
parentfe010605f87f988ef1053e372d1c3898d2633d96
bpo-31582: Created a new documentation section describing sys.path initialization (GH-31082)
Doc/library/importlib.rst
Doc/library/modules.rst
Doc/library/site.rst
Doc/library/sys.rst
Doc/library/sys_path_init.rst [new file with mode: 0644]
Doc/tutorial/modules.rst
Doc/using/windows.rst
Doc/whatsnew/3.6.rst
Doc/whatsnew/3.7.rst
Misc/ACKS