On Jan 2, 1:01 pm, Nobody <nob...@nowhere.com> wrote:
> You can't delete built-in names.

Actually, you can. If you ever need to shoot yourself in the foot in
this particular way, you can always do:

    del __builtins__.format

Not saying you _should_, just that you _can_ :)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to