Antoine Pitrou <[email protected]> added the comment: > +1 to setting it up so that unit tests are always run against both and > keeping both.
If this is the way forward I recommend putting the pure Python versions into a separate module, eg pyio.py (although the name is not very elegant). It will make the separation clean and obvious. (and perhaps it will have the side-effect of improving startup time, although I'm not really worried about this) _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue4565> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
