Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 656d52d

Browse files
danishprakashmiss-islington
authored andcommitted
bpo-34901: add isolated (-I) flag to sys.flags (GH-9708)
https://bugs.python.org/issue34901
1 parent 7dfbd49 commit 656d52d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/library/sys.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ always available.
345345
:const:`debug` :option:`-d`
346346
:const:`inspect` :option:`-i`
347347
:const:`interactive` :option:`-i`
348+
:const:`isolated` :option:`-I`
348349
:const:`optimize` :option:`-O` or :option:`-OO`
349350
:const:`dont_write_bytecode` :option:`-B`
350351
:const:`no_user_site` :option:`-s`
@@ -367,6 +368,9 @@ always available.
367368
.. versionchanged:: 3.3
368369
Removed obsolete ``division_warning`` attribute.
369370

371+
.. versionchanged:: 3.4
372+
Added ``isolated`` attribute for :option:`-I` ``isolated`` flag.
373+
370374
.. versionchanged:: 3.7
371375
Added ``dev_mode`` attribute for the new :option:`-X` ``dev`` flag
372376
and ``utf8_mode`` attribute for the new :option:`-X` ``utf8`` flag.

0 commit comments

Comments
 (0)