Christopher Arndt added the comment:
Another solution may be to make the test more relaxed and regard the value
returned by sysconfig.get_config_var() as a _set_ of shell tokens, whose
elements may occur more than once, e.g.
def test_sysconfig_module(self):
import sysconfig as
New submission from Christopher Arndt <[EMAIL PROTECTED]>:
The readline method in the InputWrapper class in wsgiref.validate does
not accept any arguments and therefore is not compatible with the
"file-like" interface, where the readline method accepts an optional
"size&quo