A way to accommodate laguage changes

Erik Max Francis max at alcyone.com
Tue Jul 24 14:58:55 EDT 2001


Paul Boddie wrote:

> "from __past__ import" anyone? ;-)

This occurred to me as well, but it still doesn't address the problem of
backward compatibility.  With a from __past__ import construct or not,
legacy code will still break.  The problem is not fixing old code, it's
being unable to fix old code that is no longer accessible (either from
being passed around or by being instrumented at a client site).
-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, US / 37 20 N 121 53 W / ICQ16063900 / &tSftDotIotE
/  \ Nothing spoils a confession like repentence.
\__/ Anatole France
    blackgirl international / http://www.blackgirl.org/
 The Internet resource for black women.



More information about the Python-list mailing list