summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2016-09-08 01:37:17 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2016-09-08 01:37:17 (GMT)
commitd5f92239818eef182fadc7c6f81f70912090573d (patch)
tree6ac89131eb8c69f3f2a752cbde3a6376f86f9454 /Misc
parent8e7cdb2586193726e0263eeec82c05f2a0d9c2c9 (diff)
downloadcpython-d5f92239818eef182fadc7c6f81f70912090573d.zip
cpython-d5f92239818eef182fadc7c6f81f70912090573d.tar.gz
cpython-d5f92239818eef182fadc7c6f81f70912090573d.tar.bz2
Issue #17211: Yield a namedtuple in pkgutil.
Patch by Ramchandra Apte.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c60e870..0ea22a9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7845,6 +7845,9 @@ Library
- Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
argument.
+- Issue #17211: Yield a namedtuple in pkgutil.
+ Patch by Ramchandra Apte.
+
- Issue #18324: set_payload now correctly handles binary input. This also
supersedes the previous fixes for #14360, #1717, and #16564.