summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-11-26 13:28:49 (GMT)
committerGitHub <noreply@github.com>2022-11-26 13:28:49 (GMT)
commitdc063a25d29840d863b15c86fdab15b4a1894c73 (patch)
treec5c4c7fee34050c766fcc1f1e8d317a9f3b81c82 /Misc
parente35ca417fe81a64985c2b29e863ce418ae75b96e (diff)
downloadcpython-dc063a25d29840d863b15c86fdab15b4a1894c73.zip
cpython-dc063a25d29840d863b15c86fdab15b4a1894c73.tar.gz
cpython-dc063a25d29840d863b15c86fdab15b4a1894c73.tar.bz2
gh-97966: Restore prior expectation that uname_result._fields and ._asdict would include the processor. (gh-98343)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-10-16-18-52-00.gh-issue-97966.humlhz.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-10-16-18-52-00.gh-issue-97966.humlhz.rst b/Misc/NEWS.d/next/Library/2022-10-16-18-52-00.gh-issue-97966.humlhz.rst
new file mode 100644
index 0000000..b725465
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-10-16-18-52-00.gh-issue-97966.humlhz.rst
@@ -0,0 +1,2 @@
+On ``uname_result``, restored expectation that ``_fields`` and ``_asdict``
+would include all six properties including ``processor``.