Skip to content

Commit da7d7d0

Browse files
danishprakashned-deily
authored andcommitted
[3.6] bpo-34901: add -I flag to sys.flags (GH-9755)
1 parent 8bb0371 commit da7d7d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/library/sys.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ always available.
286286
:const:`debug` :option:`-d`
287287
:const:`inspect` :option:`-i`
288288
:const:`interactive` :option:`-i`
289+
:const:`isolated` :option:`-I`
289290
:const:`optimize` :option:`-O` or :option:`-OO`
290291
:const:`dont_write_bytecode` :option:`-B`
291292
:const:`no_user_site` :option:`-s`
@@ -306,6 +307,8 @@ always available.
306307
.. versionchanged:: 3.3
307308
Removed obsolete ``division_warning`` attribute.
308309

310+
.. versionchanged:: 3.4
311+
Added ``isolated`` attribute for :option:`-I` ``isolated`` flag.
309312

310313
.. data:: float_info
311314

0 commit comments

Comments
 (0)