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 terry.reedy
Recipients brett.cannon, kbk, roger.serwy, terry.reedy
Date 2013-05-26.03:44:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369539887.18.0.109069445018.issue18055@psf.upfronthosting.co.za>
In-reply-to
Content
Brett, you misunderstood somethings. I want to apply now to 3.3 and 3.4. This is the right time now that 3.2 final maintenance is out. (In any case, we are no longer patching it. 2.7 gets improvements on a 'reasonable best effort' basis.) It is also clearer and can be easily 'translated' into the skeleton of a testcase.

Roger, ditto. But the intent is clear to me.

On my Windows, trying to load 'sys' does bring up the 'source' message box, but without 'return', it next triggers the 'loader' message. A bad name gets all three boxes. Anyway, another example of why to test on more than one OS (assuming you did not use Windows).

Another change: I think "not a source-based module" should be 'not a Python-coded module'. The intent of the feature is to open any python-coded module that can be imported. C-coded modules are also, ultimately, source-based.
History
Date User Action Args
2013-05-26 03:44:47terry.reedysetrecipients: + terry.reedy, brett.cannon, kbk, roger.serwy
2013-05-26 03:44:47terry.reedysetmessageid: <1369539887.18.0.109069445018.issue18055@psf.upfronthosting.co.za>
2013-05-26 03:44:47terry.reedylinkissue18055 messages
2013-05-26 03:44:46terry.reedycreate