diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2013-10-03 18:08:55 (GMT) |
---|---|---|
committer | Eric Snow <ericsnowcurrently@gmail.com> | 2013-10-03 18:08:55 (GMT) |
commit | e8bbfebee01634ad0d3c903b54343d050f452b49 (patch) | |
tree | 435e24b8ecea4641fb74942d8f4ca02d157354aa /Misc | |
parent | 0e61ed8400cbd3ad4e845f23f8e36ce989271f1b (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |