summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.7.rst
diff options
context:
space:
mode:
authorEric Smith <eric@trueblade.com>2010-02-03 14:25:10 (GMT)
committerEric Smith <eric@trueblade.com>2010-02-03 14:25:10 (GMT)
commitb0869407de1cd32cc8e0649d57638ca60d57f024 (patch)
tree52a421bc5deff6e55be9a4519835d16057941b4f /Doc/whatsnew/2.7.rst
parent7a174e0afc13bd02f478c001ded2ddee6d7e86ab (diff)
downloadcpython-b0869407de1cd32cc8e0649d57638ca60d57f024.zip
cpython-b0869407de1cd32cc8e0649d57638ca60d57f024.tar.gz
cpython-b0869407de1cd32cc8e0649d57638ca60d57f024.tar.bz2
Fixed accidental block of r77944.
Diffstat (limited to 'Doc/whatsnew/2.7.rst')
-rw-r--r--Doc/whatsnew/2.7.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index 20a4a46..077f902 100644
--- a/Doc/whatsnew/2.7.rst
+++ b/Doc/whatsnew/2.7.rst
@@ -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,