Kaydet (Commit) b3c54884 authored tarafından Eric Smith's avatar Eric Smith

Corrected list of attributes exposed by sys.getwindowsversion.

üst f8f42075
...@@ -830,10 +830,10 @@ changes, or look through the Subversion logs for all the details. ...@@ -830,10 +830,10 @@ changes, or look through the Subversion logs for all the details.
Light; :issue:`4285`.) Light; :issue:`4285`.)
:func:`sys.getwindowsversion` also returns a named tuple, :func:`sys.getwindowsversion` also returns a named tuple,
with attributes named :attr:`service_pack_major`, with attributes named :attr:`major`, :attr:`minor`, :attr:`build`,
:attr:`service_pack_minor`, :attr:`platform`:, :attr:`service_pack`, :attr:`service_pack_major`,
:attr:`suite_mask`, and :attr:`product_type`. (Contributed by :attr:`service_pack_minor`, :attr:`suite_mask`, and
Brian Curtin; :issue:`7766`.) :attr:`product_type`. (Contributed by Brian Curtin; :issue:`7766`.)
* The :mod:`tarfile` module's default error handling has changed, to * The :mod:`tarfile` module's default error handling has changed, to
no longer suppress fatal errors. The default error level was previously 0, no longer suppress fatal errors. The default error level was previously 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment