adding the XML to 2.0 to be a mistake?

Andrew Kuchling akuchlin at mems-exchange.org
Mon Jan 15 22:20:38 EST 2001


John Schmitt <jschmitt at vmlabs.com> writes:
> Pardon the ignorance, but where is the mistake?  Is it in adding PyXML to
> 2.0 or is it the way it was done?  Is there no development strategy that
> makes this less of a burden?  If a previous release of PyXML had been added
> to 2.0, would you still consider it a mistake?

Duplicating complex code in two different projects, so that they have
to be kept in sync manually at the cost of time and effort, is the
mistake.  Another one is tying a fast-moving project such as PyXML to
the slower releases of Python; Python 2.0 was released on October 16,
and there have been two PyXML releases (0.6.2 and 0.6.3) since then.

--amk




More information about the Python-list mailing list