mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Fixed accidental block of r77944.
This commit is contained in:
parent
7a174e0afc
commit
b0869407de
1 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue