commit | cd90a52983db34896a6335a572d55bdda274778f | [log] [tgz] |
---|---|---|
author | Elena Oat <oat.elena@gmail.com> | Sun Dec 08 12:14:38 2019 -0800 |
committer | Chris Withers <chris@withers.org> | Sun Dec 08 20:14:38 2019 +0000 |
tree | 601b917b63353a957a7763478d3a76480d9bb039 | |
parent | 28c91631c24e53713ad0e8a2bbae716373f5e53d [diff] |
bpo-38669: patch.object now raises a helpful error (GH17034) This means a clearer message is now shown when patch.object is called with two string arguments, rather than a class and a string argument.