mirror of
https://github.com/python/cpython.git
synced 2026-01-07 16:02:55 +00:00
Also add versionchanged directive to the function doc (#11591)
This commit is contained in:
parent
1e794f66f4
commit
17b60f0367
1 changed files with 4 additions and 0 deletions
|
|
@ -129,6 +129,10 @@ empty, and the path manipulations are skipped; however the import of
|
|||
unless the :program:`python` interpreter was started with the :option:`-S`
|
||||
flag.
|
||||
|
||||
.. versionchanged:: 3.3
|
||||
This function used to be called unconditionnally.
|
||||
|
||||
|
||||
.. function:: addsitedir(sitedir, known_paths=None)
|
||||
|
||||
Adds a directory to sys.path and processes its pth files.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue