On Feb 27, 2013, at 11:33 AM, fwierzbi...@gmail.com wrote:

>I am suggesting that we push forward on the "shared library" approach to the
>files in the Lib/* directory, so that would certainly include IronPython and
>PyPy as well I hope.

+1

>The easy part for Jython is pushing some of our "if is_jython:" stuff
>into the appropriate spots in CPython's Lib/.

I wonder if there isn't a better way to do this than sprinkling is_jython,
is_pypy, is_ironpython, is_thenextbigthing all over the code base.  I have no
bright ideas here, but it seems like a feature matrix would be a better way to
go than something that assumes a particular Python implementation has a
particular feature set (which may change in the future).

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

Reply via email to