summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2013-10-03 18:08:55 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2013-10-03 18:08:55 (GMT)
commit51794455208e182f5f2e3ca1174b1361c46f8e04 (patch)
tree608221b74457018c1030908c7bf83a5afaa52b37 /Misc/NEWS
parente8bbfebee01634ad0d3c903b54343d050f452b49 (diff)
downloadcpython-51794455208e182f5f2e3ca1174b1361c46f8e04.zip
cpython-51794455208e182f5f2e3ca1174b1361c46f8e04.tar.gz
cpython-51794455208e182f5f2e3ca1174b1361c46f8e04.tar.bz2
[issue19152] Add ExtensionFileLoader.get_filename().
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7839f7f..ed2e3f4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -361,6 +361,8 @@ Library
- Issue #19951: Fix docstring and use of _get_suppported_file_loaders() to
reflect 2-tuples.
+- Issue #19152: Add ExtensionFileLoader.get_filename().
+
- Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get
docstrings and ValueError messages. Patch by Zhongyue Luo