Fix the problem of not raising a TypeError exception when doing:
'%g' % '1' '%d' % '1' Add a test for these conditions Fix the test so that if not exception is raise, this is a failure
Showing
Please register or sign in to comment
'%g' % '1' '%d' % '1' Add a test for these conditions Fix the test so that if not exception is raise, this is a failure