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)
commite8bbfebee01634ad0d3c903b54343d050f452b49 (patch)
tree435e24b8ecea4641fb74942d8f4ca02d157354aa /Misc
parent0e61ed8400cbd3ad4e845f23f8e36ce989271f1b (diff)
downloadcpython-e8bbfebee01634ad0d3c903b54343d050f452b49.zip
cpython-e8bbfebee01634ad0d3c903b54343d050f452b49.tar.gz
cpython-e8bbfebee01634ad0d3c903b54343d050f452b49.tar.bz2
[issue19951] Fix docstring and use of _get_suppported_file_loaders() to reflect 2-tuples.
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 2cd1e45..7839f7f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -358,6 +358,9 @@ Library
- Issue #18598: Tweak exception message for importlib.import_module() to
include the module name when a key argument is missing.
+- Issue #19951: Fix docstring and use of _get_suppported_file_loaders() to
+ reflect 2-tuples.
+
- Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get
docstrings and ValueError messages. Patch by Zhongyue Luo