projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5179445
)
[issue19151] Fix issue number in Misc/NEWS entry.
author
Eric Snow
<ericsnowcurrently@gmail.com>
Thu, 3 Oct 2013 18:45:04 +0000
(12:45 -0600)
committer
Eric Snow
<ericsnowcurrently@gmail.com>
Thu, 3 Oct 2013 18:45:04 +0000
(12:45 -0600)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/Misc/NEWS
index ed2e3f4cb7f107c73b0c4a16b1e0375bc6f2d056..05752f1bbd97f587f40fdcfbcc237bce01381bb2 100644
(file)
--- a/
Misc/NEWS
+++ b/
Misc/NEWS
@@
-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 #19
9
51: Fix docstring and use of _get_suppported_file_loaders() to
+- Issue #19
1
51: Fix docstring and use of _get_suppported_file_loaders() to
reflect 2-tuples.
- Issue #19152: Add ExtensionFileLoader.get_filename().