[issue17679] sysconfig generation uses some env variables multiple times

2014-04-26 Thread Christopher Arndt
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

[issue3834] wsgiref.validator.InputWrapper readline method has wrong signature

2008-09-11 Thread Christopher Arndt
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