Thomas Wouters wrote:

> Except, of course, when the Python versions has features the C version 
> does not (thinking specifically of StringIO and unicode here.)

Yes, I'm assuming the case where the Python and C
versions are functionally equivalent. If not, then
either the extra features of the Python version should
be ported to the C version first, or the features
should be partitioned into two non-overlapping
modules. Having two almost-but-not-quite identically
functioning modules is not a good idea.

--
Greg
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to