diff options
-rw-r--r-- | Doc/library/sys.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 4b1f02e..fd64c10 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -246,6 +246,9 @@ always available. .. versionchanged:: 3.2 Added ``quiet`` attribute for the new :option:`-q` flag. + .. versionchanged:: 3.3 + Removed obsolete ``division_warning`` attribute. + .. data:: float_info |