Skip to content

Commit c59e75c

Browse files
bpo-34901: add isolated (-I) flag to sys.flags (GH-9708)
https://bugs.python.org/issue34901 (cherry picked from commit 656d52d) Co-authored-by: Danish Prakash <[email protected]>
1 parent 3b69993 commit c59e75c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/library/sys.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ always available.
325325
:const:`debug` :option:`-d`
326326
:const:`inspect` :option:`-i`
327327
:const:`interactive` :option:`-i`
328+
:const:`isolated` :option:`-I`
328329
:const:`optimize` :option:`-O` or :option:`-OO`
329330
:const:`dont_write_bytecode` :option:`-B`
330331
:const:`no_user_site` :option:`-s`
@@ -347,6 +348,9 @@ always available.
347348
.. versionchanged:: 3.3
348349
Removed obsolete ``division_warning`` attribute.
349350

351+
.. versionchanged:: 3.4
352+
Added ``isolated`` attribute for :option:`-I` ``isolated`` flag.
353+
350354
.. versionchanged:: 3.7
351355
Added ``dev_mode`` attribute for the new :option:`-X` ``dev`` flag
352356
and ``utf8_mode`` attribute for the new :option:`-X` ``utf8`` flag.

0 commit comments

Comments
 (0)