summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-11-26 13:52:12 (GMT)
committerGitHub <noreply@github.com>2022-11-26 13:52:12 (GMT)
commit289411d8eff6a646a7746cfb87ddf95ff83cfbdc (patch)
treee5c6cd38154d39f804b7510d8e79d5de5083a3de /Misc/NEWS.d
parent610b7798af40e1457b884c91997219cf75637a04 (diff)
downloadcpython-289411d8eff6a646a7746cfb87ddf95ff83cfbdc.zip
cpython-289411d8eff6a646a7746cfb87ddf95ff83cfbdc.tar.gz
cpython-289411d8eff6a646a7746cfb87ddf95ff83cfbdc.tar.bz2
gh-97966: Restore prior expectation that uname_result._fields and ._asdict would include the processor. (gh-98343)
(cherry picked from commit dc063a25d29840d863b15c86fdab15b4a1894c73) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Diffstat (limited to 'Misc/NEWS.d')
-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``.