Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dfbd49 commit 656d52dCopy full SHA for 656d52d
1 file changed
Doc/library/sys.rst
@@ -345,6 +345,7 @@ always available.
345
:const:`debug` :option:`-d`
346
:const:`inspect` :option:`-i`
347
:const:`interactive` :option:`-i`
348
+ :const:`isolated` :option:`-I`
349
:const:`optimize` :option:`-O` or :option:`-OO`
350
:const:`dont_write_bytecode` :option:`-B`
351
:const:`no_user_site` :option:`-s`
@@ -367,6 +368,9 @@ always available.
367
368
.. versionchanged:: 3.3
369
Removed obsolete ``division_warning`` attribute.
370
371
+ .. versionchanged:: 3.4
372
+ Added ``isolated`` attribute for :option:`-I` ``isolated`` flag.
373
+
374
.. versionchanged:: 3.7
375
Added ``dev_mode`` attribute for the new :option:`-X` ``dev`` flag
376
and ``utf8_mode`` attribute for the new :option:`-X` ``utf8`` flag.
0 commit comments