[Python-checkins] r70615 - python/trunk/Lib/test/test_support.py

Nick Coghlan ncoghlan at gmail.com
Thu Mar 26 22:08:58 CET 2009


benjamin.peterson wrote:
> Modified: python/trunk/Lib/test/test_support.py
> ==============================================================================
> --- python/trunk/Lib/test/test_support.py	(original)
> +++ python/trunk/Lib/test/test_support.py	Thu Mar 26 20:58:18 2009

> +def impl_detail(msg=None, **guards):
> +    if check_impl_detail():
> +        return _id

You want to pass "guards" down to check_impl_detail() here.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------


More information about the Python-checkins mailing list