I can not compile Python itself, so I use Alpha version to run tests in trunk. Recent update broke successfully running tests. Any hints why this happened and how to fix them back?
> C:\~env\Python27\python.exe test\test_doctest.py doctest (doctest) ... 66 tests with zero failures Traceback (most recent call last): File "test\test_doctest.py", line 2492, in <module> test_main() File "test\test_doctest.py", line 2474, in test_main with test_support.check_warnings(*deprecations): File "C:\~env\Python27\lib\contextlib.py", line 84, in helper return GeneratorContextManager(func(*args, **kwds)) TypeError: check_warnings() takes no arguments (1 given) -- anatoly t. _______________________________________________ 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