[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Definite menu code rewrite



Hamish Moffatt <hamish@debian.org> wrote:

[Python]

> New interpreter versions require you to rewrite your code?
> I thought only Tcl was that bad.

New interpreter versions allow you to use new features.

Backward-incompatible changes are rare and foreseen a long time in
advance. You can always prepare your programs for them a few releases
before the changes are enforced by using
"from __future__ import <feature>" statements.

-- 
Florent


-- 
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: