commit | 03937a8755e189959c44e5035a3eb27db95a6efe | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Wed Sep 12 14:34:50 2012 -0400 |
committer | Barry Warsaw <barry@python.org> | Wed Sep 12 14:34:50 2012 -0400 |
tree | 3e2e9bf17f4ea99ba36e9ebd32cd32fecfaed8cd | |
parent | dfaf90da9c4a9a4f7dd7bd716fa0695d32bbd91f [diff] |
A follow up for issue #15906: change the test for calling the type conversion on the action's default, reverting it back to previous behavior. Conversion is only done on string defaults. Add a test for this and another test that ensures such type conversions are only called once.