This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vinay.sajip
Recipients Trundle, berker.peksag, brett.cannon, daniel.urban, eric.araujo, eric.snow, ezio.melotti, meador.inge, ncoghlan, python-dev, terry.reedy, vinay.sajip, yselivanov
Date 2014-02-01.08:31:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391243477.57.0.620303662669.issue12915@psf.upfronthosting.co.za>
In-reply-to
Content
Another question to consider: is inspect the best place for this? I don't think it is, because

(a) It's not really an inspection facility
(b) Importing inspect to get this functionality would pull in lots
    of stuff which wouldn't be used in the typical use case.

I think it makes more sense for it to be in importlib. Accordingly adding Brett to nosy, for his thoughts.
History
Date User Action Args
2014-02-01 08:31:17vinay.sajipsetrecipients: + vinay.sajip, brett.cannon, terry.reedy, ncoghlan, ezio.melotti, eric.araujo, Trundle, meador.inge, daniel.urban, python-dev, eric.snow, berker.peksag, yselivanov
2014-02-01 08:31:17vinay.sajipsetmessageid: <1391243477.57.0.620303662669.issue12915@psf.upfronthosting.co.za>
2014-02-01 08:31:17vinay.sajiplinkissue12915 messages
2014-02-01 08:31:17vinay.sajipcreate