Message168614
| Author |
brett.cannon |
| Recipients |
belopolsky, brett.cannon, christian.heimes, facundobatista, georg.brandl, ncoghlan, stocker81 |
| Date |
2012年08月20日.02:47:12 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<CAP1=2W48uRk7_r7pnsoLr+_2nhLOiw6Ujcb54Oo4OfxE2xGGkw@mail.gmail.com> |
| In-reply-to |
<1345425979.46.0.315583960247.issue2051@psf.upfronthosting.co.za> |
| Content |
On Aug 19, 2012 9:26 PM, "Nick Coghlan" <report@bugs.python.org> wrote:
>
>
> Nick Coghlan added the comment:
>
> Since there was no regression test added for this, it appears to me that
it is broken again now that we're using importlib.
>
> It may be rather hard to fix given the limitations of the set_data API :(
From an API perspective it's tough, but realistically it should be possible
since the loaders have the path to the file that triggered the find as the
'path' attribute.
>
> ----------
> assignee: facundobatista ->
> nosy: +brett.cannon, georg.brandl, ncoghlan
> priority: high -> release blocker
> resolution: accepted ->
> status: closed -> open
> versions: +Python 3.3 -Python 2.6
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue2051>
> _______________________________________ |
|