[issue15256] Typo in error message

2012-07-09 Thread Brett Cannon
Brett Cannon added the comment: Thanks for the patch, Marc! -- resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue15256] Typo in error message

2012-07-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 75831951a6b5 by Brett Cannon in branch 'default': Issue #15256: Re-use the ImportError exception message as defined by http://hg.python.org/cpython/rev/75831951a6b5 -- nosy: +python-dev ___ Python tracke

[issue15256] Typo in error message

2012-07-07 Thread Brett Cannon
Brett Cannon added the comment: Patch looks fine. Next time I have python-dev time I will commit it. -- assignee: -> brett.cannon stage: patch review -> commit review ___ Python tracker __

[issue15256] Typo in error message

2012-07-06 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- stage: needs patch -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue15256] Typo in error message

2012-07-06 Thread Marc Abramowitz
Marc Abramowitz added the comment: Patch with Brett's comments -- Added file: http://bugs.python.org/file26272/python_issue_15256.patch ___ Python tracker ___ __

[issue15256] Typo in error message

2012-07-06 Thread Marc Abramowitz
Marc Abramowitz added the comment: Attaching patch -- keywords: +patch Added file: http://bugs.python.org/file26271/python_issue_15256.patch ___ Python tracker ___ _

[issue15256] Typo in error message

2012-07-06 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +easy nosy: +ezio.melotti stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list ma

[issue15256] Typo in error message

2012-07-06 Thread Marc Abramowitz
Marc Abramowitz added the comment: I think this is just a simple typo and a consistency issue; not a grammatical issue. The misspelled version was added in a recent commit: [last: 0] marca@SCML-MarcA:~/dev/hg-repos/cpython$ hg log -r 76455 changeset: 76455:085cf1480cfe user:Brett Ca

[issue15256] Typo in error message

2012-07-06 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue15256] Typo in error message

2012-07-05 Thread Ned Batchelder
Changes by Ned Batchelder : -- nosy: +nedbat ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue15256] Typo in error message

2012-07-05 Thread Marc Abramowitz
New submission from Marc Abramowitz : >From a failing unit test with coverage.py, I noticed what seems to be a slight >typo in the error message when a module cannot be imported: diff -r 1186d68715cc Lib/imp.py --- a/Lib/imp.pyWed Jul 04 19:33:45 2012 -0700 +++ b/Lib/imp.pyThu J