summaryrefslogtreecommitdiffstats
path: root/Misc
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)
commitaf8566c84783a9c5cea852a2e4e2e729be7cf5a8 (patch)
tree7b37fb960be9b95aa1758d24adcc52904b5fdb7f /Misc
parentefbc4752781463dfb6a61baf6ce8b3c0bf3d5ee9 (diff)
downloadcpython-af8566c84783a9c5cea852a2e4e2e729be7cf5a8.zip
cpython-af8566c84783a9c5cea852a2e4e2e729be7cf5a8.tar.gz
cpython-af8566c84783a9c5cea852a2e4e2e729be7cf5a8.tar.bz2
[issue19152] Add ExtensionFileLoader.get_filename().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 57507d9..ed6969c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -206,6 +206,8 @@ Library
- Issue #19151: 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