On Jan 2, 1:01 pm, Nobody <[email protected]> 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
