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 rhettinger
Recipients barry, eric.smith, fijall, mark.dickinson, pitrou, rhettinger, skrah, vstinner
Date 2013-10-13.15:35:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381678556.49.0.410820212386.issue19232@psf.upfronthosting.co.za>
In-reply-to
Content
I think we should save these sort of tricks only for modules imported during startup.

Ideally, a user should expect that the code for the decimal module is in decimal.py.  Ideally, tools like IDLE's "Open Module" should be able to find the source code using only the module name.

I'm -0 on this one.  I don't think hacking up the source tree is worth it.  The import is only done once -- the important part is what decimal does when it is imported.
History
Date User Action Args
2013-10-13 15:35:56rhettingersetrecipients: + rhettinger, barry, mark.dickinson, pitrou, vstinner, eric.smith, skrah, fijall
2013-10-13 15:35:56rhettingersetmessageid: <1381678556.49.0.410820212386.issue19232@psf.upfronthosting.co.za>
2013-10-13 15:35:56rhettingerlinkissue19232 messages
2013-10-13 15:35:56rhettingercreate