commit | 88fe4ff5a962dfd2e1889c5d5c1a04c00b8264ba | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Sun Jul 28 16:44:23 2002 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Sun Jul 28 16:44:23 2002 +0000 |
tree | 05d2e9b3c79646242af9f55ec93fb31d81ae7d17 | |
parent | 673c0a2247e6c1bacdd87df1bc82e8b042933f4b [diff] |
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