> Have you considered a 'macro' solution composing source?  If I were
handling so
> many versions, I would want a complete class definition for each
version rather
> than having to scan many sources for each implementation.

Can you elaborate on this a little ? You mean something like a
template-based code generating script that creates all the boilerplate
code for each version before you start customising it ? This could be
an option, though you'd better be pretty sure that the template is
frozen; you don't want to go back and fill in the template more than
once !

George

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to