This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author exarkun
Recipients amaury.forgeotdarc, benjamin.peterson, christian.heimes, exarkun, giampaolo.rodola, ialbert, pitrou, wplappert
Date 2009-02-19.20:05:51
SpamBayes Score 1.0466138e-08
Marked as misclassified No
Message-id <1235073953.34.0.111829781208.issue4565@psf.upfronthosting.co.za>
In-reply-to
Content
> We don't maintain any other features in two languages for those
purposes. IMO, it will just be more of a burden to fix bugs in two
different places as compared to the advantages you mention.

Surely the majority of the burden is imposed by the C implementation.  I
expect that 90% of the time spent fixing bugs will be spent fixing them
in C.  So for only a slightly increased maintenance cost, a massive
advantage is gained for other Python implementations.  If the general
well-being and popularity of Python isn't a concern of CPython
developers, then perhaps the benefits can still be preserved at minimal
cost to the CPython developers by letting some Jython, IronPython, or
PyPy developers maintain the Python implementation of the io library in
the CPython source tree (rather than making them copy it elsewhere where
it will more frequently get out of sync, and where
Jython/IronPython/PyPy might waste effort in duplicating maintenance).

Or maybe none of them will care or object to the removal of the Python
version from CPython.  It might at least be worth asking first, though.
History
Date User Action Args
2009-02-19 20:05:53exarkunsetrecipients: + exarkun, amaury.forgeotdarc, pitrou, giampaolo.rodola, christian.heimes, benjamin.peterson, wplappert, ialbert
2009-02-19 20:05:53exarkunsetmessageid: <1235073953.34.0.111829781208.issue4565@psf.upfronthosting.co.za>
2009-02-19 20:05:52exarkunlinkissue4565 messages
2009-02-19 20:05:51exarkuncreate