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 8bb0371 commit da7d7d0Copy full SHA for da7d7d0
1 file changed
Doc/library/sys.rst
@@ -286,6 +286,7 @@ always available.
286
:const:`debug` :option:`-d`
287
:const:`inspect` :option:`-i`
288
:const:`interactive` :option:`-i`
289
+ :const:`isolated` :option:`-I`
290
:const:`optimize` :option:`-O` or :option:`-OO`
291
:const:`dont_write_bytecode` :option:`-B`
292
:const:`no_user_site` :option:`-s`
@@ -306,6 +307,8 @@ always available.
306
307
.. versionchanged:: 3.3
308
Removed obsolete ``division_warning`` attribute.
309
310
+ .. versionchanged:: 3.4
311
+ Added ``isolated`` attribute for :option:`-I` ``isolated`` flag.
312
313
.. data:: float_info
314
0 commit comments