diff options
author | Éric Araujo <merwok@netwok.org> | 2011-04-24 02:37:00 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-04-24 02:37:00 (GMT) |
commit | 3e8987025fcec71ca97414292bd84f5ef3f2defd (patch) | |
tree | 2ed873e341450df6beae7eb764bc7b53afa7051b /Doc | |
parent | b1734516c2aa2099de85778e29e0a4b4f0dd6d03 (diff) | |
download | cpython-3e8987025fcec71ca97414292bd84f5ef3f2defd.zip cpython-3e8987025fcec71ca97414292bd84f5ef3f2defd.tar.gz cpython-3e8987025fcec71ca97414292bd84f5ef3f2defd.tar.bz2 |
Add versionchanged for c19752ea037f (#10998)
Diffstat (limited to 'Doc')
-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 |