]> granicus.if.org Git - python/commitdiff
Corrected list of attributes exposed by sys.getwindowsversion.
authorEric Smith <eric@trueblade.com>
Wed, 3 Feb 2010 14:17:50 +0000 (14:17 +0000)
committerEric Smith <eric@trueblade.com>
Wed, 3 Feb 2010 14:17:50 +0000 (14:17 +0000)
Doc/whatsnew/2.7.rst

index 20a4a46dd4809d94d5860e8afb074b53df03b152..077f9024707f2b6eb2d7b9d506971cb40014043d 100644 (file)
@@ -830,10 +830,10 @@ changes, or look through the Subversion logs for all the details.
   Light; :issue:`4285`.)
 
   :func:`sys.getwindowsversion` also returns a named tuple,
-  with attributes named :attr:`service_pack_major`,
-  :attr:`service_pack_minor`,
-  :attr:`suite_mask`, and :attr:`product_type`.  (Contributed by
-  Brian Curtin; :issue:`7766`.)
+   with attributes named :attr:`major`, :attr:`minor`, :attr:`build`,
+  :attr:`platform`:, :attr:`service_pack`, :attr:`service_pack_major`,
+  :attr:`service_pack_minor`, :attr:`suite_mask`, and
+  :attr:`product_type`.  (Contributed by Brian Curtin; :issue:`7766`.)
 
 * The :mod:`tarfile` module's default error handling has changed, to
   no longer suppress fatal errors.  The default error level was previously 0,