[Python-checkins] cpython: [issue19151] Fix issue number in Misc/NEWS entry.

eric.snow python-checkins at python.org
Thu Oct 3 20:48:47 CEST 2013


http://hg.python.org/cpython/rev/a329474cfe0c
changeset:   85943:a329474cfe0c
user:        Eric Snow <ericsnowcurrently at gmail.com>
date:        Thu Oct 03 12:45:04 2013 -0600
summary:
  [issue19151] Fix issue number in Misc/NEWS entry.

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -358,7 +358,7 @@
 - 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().

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list