Mercurial > hgrepos > Python > libs > ConfigMix
diff docs/introduction.rst @ 698:3a9d661d33b5
Implement SYS:executable
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 14 Jun 2023 09:13:07 +0200 |
| parents | 57fe110c50c8 |
| children | e692216f8756 |
line wrap: on
line diff
--- a/docs/introduction.rst Wed Jun 14 01:11:01 2023 +0200 +++ b/docs/introduction.rst Wed Jun 14 09:13:07 2023 +0200 @@ -376,6 +376,10 @@ Available functions: + ``executable`` + Contains the content of the current running Python's + :py:data:`sys.executable`. + ``prefix`` Contains the content of the current running Python's :py:data:`sys.prefix`.
