Easter Eggs

Roy Smith roy at panix.com
Wed Apr 10 21:26:13 EDT 2002


Tim Peters <tim.one at comcast.net> wrote:
> they're-all-backward-compatible-too-ly y'rs  - tim

Actually, backward compatibility can be harder to achieve than you seem to 
think.  By adding the "this" module, you broke existing code which relied 
on:

try:
   import this
except ImportError:
   do stuff

doing stuff.  Stick that in your PEP and smoke it :-)



More information about the Python-list mailing list