[Python-Dev] cpython: Fix #10854. Make use of the new path and name attributes on ImportError (original) (raw)
Brian Curtin brian at python.org
Mon Apr 16 22:27:03 CEST 2012
- Previous message: [Python-Dev] cpython: Fix #10854. Make use of the new path and name attributes on ImportError
- Next message: [Python-Dev] cpython: Fix #10854. Make use of the new path and name attributes on ImportError
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, Apr 16, 2012 at 09:54, Brian Curtin <brian at python.org> wrote:
On Mon, Apr 16, 2012 at 09:52, Brett Cannon <brett at python.org> wrote:
On Mon, Apr 16, 2012 at 07:19, Antoine Pitrou <solipsis at pitrou.net> wrote: On Mon, 16 Apr 2012 07:10:31 +0200 brian.curtin <python-checkins at python.org> wrote: > PyErrSetFromImportErrorWithNameAndPath Apparently this new function isn't documented anywhere.
I forgot to write the docs for it when I committed Brian's code. Brian, do you mind writing the docs for the two functions? I'll take care of it today.
Done. http://hg.python.org/cpython/rev/5cc8b717b38c
- Previous message: [Python-Dev] cpython: Fix #10854. Make use of the new path and name attributes on ImportError
- Next message: [Python-Dev] cpython: Fix #10854. Make use of the new path and name attributes on ImportError
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]