[Python-checkins] cpython: Add versionchanged for c19752ea037f (#10998)

eric.araujo python-checkins at python.org
Wed Apr 27 16:38:56 CEST 2011


http://hg.python.org/cpython/rev/f9e2b2b17e58
changeset:   69622:f9e2b2b17e58
parent:      69620:9a1ca0062950
user:        Éric Araujo <merwok at netwok.org>
date:        Sun Apr 24 04:37:00 2011 +0200
summary:
  Add versionchanged for c19752ea037f (#10998)

files:
  Doc/library/sys.rst |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -246,6 +246,9 @@
    .. versionchanged:: 3.2
       Added ``quiet`` attribute for the new :option:`-q` flag.
 
+   .. versionchanged:: 3.3
+      Removed obsolete ``division_warning`` attribute.
+
 
 .. data:: float_info
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list