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 amaury.forgeotdarc
Recipients Ramchandra Apte, amaury.forgeotdarc, loewis, r.david.murray, terry.reedy
Date 2012-06-20.12:35:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340195741.28.0.816638420561.issue15113@psf.upfronthosting.co.za>
In-reply-to
Content
I'm afraid it's not feasible.  Python (or IDLE) is allowed to rely on Python working correctly, and if commonly used functions are modified there will be unexpected errors.

Likewise in 3.3, after a "del __builtins__.hasattr", even import statements will fail...
History
Date User Action Args
2012-06-20 12:35:41amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, terry.reedy, r.david.murray, Ramchandra Apte
2012-06-20 12:35:41amaury.forgeotdarcsetmessageid: <1340195741.28.0.816638420561.issue15113@psf.upfronthosting.co.za>
2012-06-20 12:35:40amaury.forgeotdarclinkissue15113 messages
2012-06-20 12:35:40amaury.forgeotdarccreate