diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2013-10-03 18:45:04 (GMT) |
---|---|---|
committer | Eric Snow <ericsnowcurrently@gmail.com> | 2013-10-03 18:45:04 (GMT) |
commit | bf14dccc4d685174ea96647389ffa69c64cb310f (patch) | |
tree | d465d212ec5d02cb504d892a62e3ee82cdb8c9c2 /Misc/NEWS | |
parent | 51794455208e182f5f2e3ca1174b1361c46f8e04 (diff) | |
download | cpython-bf14dccc4d685174ea96647389ffa69c64cb310f.zip cpython-bf14dccc4d685174ea96647389ffa69c64cb310f.tar.gz cpython-bf14dccc4d685174ea96647389ffa69c64cb310f.tar.bz2 |
[issue19151] Fix issue number in Misc/NEWS entry.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -358,7 +358,7 @@ 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 +- Issue #19151: Fix docstring and use of _get_suppported_file_loaders() to reflect 2-tuples. - Issue #19152: Add ExtensionFileLoader.get_filename(). |