]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.6] bpo-34901: add -I flag to sys.flags (GH-9755)
authordanishprakash <grafitykoncept@gmail.com>
Mon, 22 Oct 2018 21:48:34 +0000 (21:48 +0000)
committerNed Deily <nad@python.org>
Mon, 22 Oct 2018 21:48:34 +0000 (17:48 -0400)
Doc/library/sys.rst

index 68521df37ebb537b5b185639de85d74a18f118ce..f419c4501e0ae6f5535e02603d65d94b2e8b6e44 100644 (file)
@@ -286,6 +286,7 @@ always available.
    :const:`debug`                :option:`-d`
    :const:`inspect`              :option:`-i`
    :const:`interactive`          :option:`-i`
+   :const:`isolated`             :option:`-I`
    :const:`optimize`             :option:`-O` or :option:`-OO`
    :const:`dont_write_bytecode`  :option:`-B`
    :const:`no_user_site`         :option:`-s`
@@ -306,6 +307,8 @@ always available.
    .. versionchanged:: 3.3
       Removed obsolete ``division_warning`` attribute.
 
+   .. versionchanged:: 3.4
+      Added ``isolated`` attribute for :option:`-I` ``isolated`` flag.
 
 .. data:: float_info