[Python-Dev] RE: [Idle-dev] Forward progress with full backward compatibility

David Ascher DavidA@ActiveState.com
Wed, 12 Apr 2000 14:10:49 -0700


> The basically idea is pretty cool though, and I've adopted it to
> Mailman.  It allows me to do this:
> 
>     previous_version = last_hex_version()
>     this_version = mm_cfg.HEX_VERSION
> 
>     if previous_version < this_version:
>         # I'm upgrading

Why can't you do that with tuples?

--david