Eric> IIRC, one of the reasons for "breaking out"[1] the standard library (and Eric> its test suite) was to allow for things like this.
In my opinion the standard library and the core test suite (the language validation stuff) are entirely independent beasts. I can understand pieces of the standard library not being available in one variant or another, but key semantic aspects of the language proper should be constant across implementations. That said, I agree that if the standard library is split off from CPython then the relevant portions of the test suite should go along with it. Skip _______________________________________________ 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